Color Hex Logo

#dedaff Color Hex

#DEDAFF
(222,218,255)
0 Favorites   0 Comments

Color spaces of #dedaff

RGB 222218255
HSL0.681.000.93
HSV246°15°100°
CMYK 0.130.150.00   0.00
XYZ73.245672.8924104.8169
Yxy72.89240.29190.2905
Hunter Lab85.37703.7266-13.0261
CIE-Lab88.39648.4224-17.4850

#dedaff color RGB value is (222,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11011010 11111111
Octal 336 332 377
Decimal 222 218 255
Hex DE DA FF

RGB Percentages of Color #dedaff

%31.94
%31.37
%36.69

CMYK Percentages of Color #dedaff

%13
%15
%0
%0

Triadic Colors of #dedaff

#dedaff #ffdeda #daffde

Analogous Colors of #dedaff

#dedaff #f1daff #dae9ff

Monochromatic Colors of #dedaff

#dedaff

Complementary Color

#dedaff #fbffda

#dedaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dedaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dedaff Color CSS Codes

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

#dedaff Text Font Color

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

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


#dedaff Background Color

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

This div background color is #dedaff


#dedaff Border Color

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

This div border color is #dedaff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,218,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 #dedaff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dedaff

Related Colors


Comments

No comments written yet.

Please login to write comment.