Color Hex Logo

#ded3ee Color Hex

#DED3EE
(222,211,238)
0 Favorites   0 Comments

Color spaces of #ded3ee

RGB 222211238
HSL0.730.440.88
HSV264°11°93°
CMYK 0.070.110.00   0.07
XYZ68.851168.291290.4416
Yxy68.29120.30250.3001
Hunter Lab82.63854.1017-7.0415
CIE-Lab86.15198.7397-11.8797

#ded3ee color RGB value is (222,211,238).

#ded3ee hex color red value is 222, green value is 211 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ded3ee hue: 0.73 , saturation: 0.44 and the lightness value of ded3ee is 0.88.

The process color (four color CMYK) of #ded3ee color hex is 0.07, 0.11, 0.00, 0.07. Web safe color of #ded3ee is #ccccff. Color #ded3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11010011 11101110
Octal 336 323 356
Decimal 222 211 238
Hex DE D3 EE

RGB Percentages of Color #ded3ee

%33.08
%31.45
%35.47

CMYK Percentages of Color #ded3ee

%7
%11
%0
%7

Triadic Colors of #ded3ee

#ded3ee #eeded3 #d3eede

Analogous Colors of #ded3ee

#ded3ee #ecd3ee #d3d6ee

Monochromatic Colors of #ded3ee

#ded3ee

Complementary Color

#ded3ee #e3eed3

#ded3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ded3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ded3ee Color CSS Codes

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

#ded3ee Text Font Color

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

This sample text font color is #ded3ee
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.


#ded3ee Background Color

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

This div background color is #ded3ee


#ded3ee Border Color

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

This div border color is #ded3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ded3ee


Comments

No comments written yet.

Please login to write comment.