Color Hex Logo

#deddff Color Hex

#DEDDFF
(222,221,255)
0 Favorites   0 Comments

Color spaces of #deddff

RGB 222221255
HSL0.671.000.93
HSV242°13°100°
CMYK 0.130.130.00   0.00
XYZ74.030774.4625105.0786
Yxy74.46250.29200.2937
Hunter Lab86.29172.1270-11.7941
CIE-Lab89.14066.8465-16.3661

#deddff color RGB value is (222,221,255).

#deddff hex color red value is 222, green value is 221 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #deddff hue: 0.67 , saturation: 1.00 and the lightness value of deddff is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011101 11111111
Octal 336 335 377
Decimal 222 221 255
Hex DE DD FF

RGB Percentages of Color #deddff

%31.81
%31.66
%36.53

CMYK Percentages of Color #deddff

%13
%13
%0
%0

Triadic Colors of #deddff

#deddff #ffdedd #ddffde

Analogous Colors of #deddff

#deddff #efddff #ddedff

Monochromatic Colors of #deddff

#deddff

Complementary Color

#deddff #feffdd

#deddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#deddff Color CSS Codes

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

#deddff Text Font Color

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

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


#deddff Background Color

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

This div background color is #deddff


#deddff Border Color

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

This div border color is #deddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deddff

Related Colors


Comments

No comments written yet.

Please login to write comment.