#DEE0EE

Color #DEE0EE Quartz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quartz #DEE0EE

Tints of Quartz #DEE0EE

Color information

#DEE0EE (or 0xDEE0EE) is unknown color: approx Quartz. HEX triplet: DE, E0 and EE. RGB value is (222,224,238). Sum of RGB (Red+Green+Blue) = 222+224+238=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 224 (87.89% from 255 or 32.75% from 684); Blue value is 238 (93.36% from 255 or 34.80% from 684); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EE is #211F11. Grayscale: #E0E0E0. Windows color (decimal): -2170642 or 15655134. OLE color: 15655134.

HSL color Cylindrical-coordinate representation of color #DEE0EE: hue angle of 232.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE0EE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222224238-
CMYK0.070.0600.07
HSL232.5º32%90.2%-
HSV(B)232.5º6.72%93.33%-
XYZ72.2175.0191.56-
YUV225135.34125.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 224 (87.89% from 255) = 32.75%
BLUE value IS 238 (93.36% from 255) = 34.80%
R=32.46%
G=32.75%
B=34.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222242380.070.0600.07232.53290.2
HexDEE0EE7607e8205a
Octal336340356760735040132
Binary1101111011100000111011101111100111111010001000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0EE; }

 p { color: rgb(222,224,238); }

 H1.HeaderClassName
 {
   color: #DEE0EE;
 }
 .AnyTagClassName
 {
   color: #DEE0EE;
 }
</style>
background-color css

<style>
 a { background-color: #DEE0EE; }

 a { background-color: rgb(222,224,238); }

 div.DivClassName
 {
   background-color: #DEE0EE;
 }
 .BgClassName
 {
   background-color: #DEE0EE;
 }
</style>
border-color css

<style>
 span { border-color: #DEE0EE; }

 span { border-color: rgb(222,224,238); }

 td.TdClassName
 {
   border-color: #DEE0EE;
 }
 .TagClassName
 {
   border-color: #DEE0EE;
 }
</style>