Color Hex Logo

#ded4db Color Hex

#DED4DB
(222,212,219)
4 Favorites   0 Comments

Color spaces of #ded4db

RGB 222212219
HSL0.880.130.85
HSV318°87°
CMYK 0.000.050.01   0.13
XYZ66.453967.731076.5887
Yxy67.73100.31530.3213
Hunter Lab82.29880.11052.4329
CIE-Lab85.87184.6738-2.2272

#ded4db color RGB value is (222,212,219).

#ded4db hex color red value is 222, green value is 212 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ded4db hue: 0.88 , saturation: 0.13 and the lightness value of ded4db is 0.85.

The process color (four color CMYK) of #ded4db color hex is 0.00, 0.05, 0.01, 0.13. Web safe color of #ded4db is #cccccc. Color #ded4db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010100 11011011
Octal 336 324 333
Decimal 222 212 219
Hex DE D4 DB

RGB Percentages of Color #ded4db

%34.00
%32.47
%33.54

CMYK Percentages of Color #ded4db

%0
%5
%1
%13

Triadic Colors of #ded4db

#ded4db #dbded4 #d4dbde

Analogous Colors of #ded4db

#ded4db #ded4d6 #dcd4de

Monochromatic Colors of #ded4db

#ded4db

Complementary Color

#ded4db #d4ded7

#ded4db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded4db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded4db Color CSS Codes

.mybgcolor {background-color:#ded4db; } 
.myforecolor {color:#ded4db; }
.mybordercolor {border:3px solid #ded4db; }

#ded4db Text Font Color

<p style="color:#ded4db">Text here</p>

This sample text font color is #ded4db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ded4db Background Color

<div style="background-color:#ded4db">
Div content here</div>

This div background color is #ded4db


#ded4db Border Color

<div style="border:3px solid #ded4db">
Div here</div>

This div border color is #ded4db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,212,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ded4db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ded4db;
  -webkit-box-shadow: 1px 1px 3px 2px #ded4db;
  box-shadow:         1px 1px 3px 2px #ded4db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,212,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ded4db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ded4db;
  -webkit-box-shadow: 1px 1px 3px 2px #ded4db;
  box-shadow:         1px 1px 3px 2px #ded4db;">
Div content here</div>

This div box has shadow with color #ded4db


Comments

No comments written yet.

Please login to write comment.