#DEE0ED

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

Shades of Quartz #DEE0ED

Tints of Quartz #DEE0ED

Color information

#DEE0ED (or 0xDEE0ED) is unknown color: approx Quartz. HEX triplet: DE, E0 and ED. RGB value is (222,224,237). Sum of RGB (Red+Green+Blue) = 222+224+237=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #DEE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0ED is #211F12. Grayscale: #E0E0E0. Windows color (decimal): -2170643 or 15589598. OLE color: 15589598.

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

Color convert

RGB222224237-
CMYK0.060.0500.07
HSL232º29.41%90%-
HSV(B)232º6.33%92.94%-
XYZ72.0774.9690.79-
YUV224.88134.84125.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.50%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 237 (92.97% from 255) = 34.70%
R=32.50%
G=32.80%
B=34.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222242370.060.0500.0723229.4190
HexDEE0ED6507e81d5a
Octal336340355650735035132
Binary110111101110000011101101110101011111101000111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0ED; }

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

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

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

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

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

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

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

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