#DEE0EF

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

Shades of Quartz #DEE0EF

Tints of Quartz #DEE0EF

Color information

#DEE0EF (or 0xDEE0EF) is unknown color: approx Quartz. HEX triplet: DE, E0 and EF. RGB value is (222,224,239). Sum of RGB (Red+Green+Blue) = 222+224+239=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 224 (87.89% from 255 or 32.70% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DEE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EF is #211F10. Grayscale: #E1E1E1. Windows color (decimal): -2170641 or 15720670. OLE color: 15720670.

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

Color convert

RGB222224239-
CMYK0.070.0600.06
HSL232.94º34.69%90.39%-
HSV(B)232.94º7.11%93.73%-
XYZ72.3675.0792.34-
YUV225.11135.84125.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 224 (87.89% from 255) = 32.70%
BLUE value IS 239 (93.75% from 255) = 34.89%
R=32.41%
G=32.70%
B=34.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222242390.070.0600.06232.9434.6990.39
HexDEE0EF7606e9235a
Octal336340357760635143132
Binary1101111011100000111011111111100110111010011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0EF; }

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

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

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

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

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

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

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

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