#DEE0EB

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

Shades of Quartz #DEE0EB

Tints of Quartz #DEE0EB

Color information

#DEE0EB (or 0xDEE0EB) is unknown color: approx Quartz. HEX triplet: DE, E0 and EB. RGB value is (222,224,235). Sum of RGB (Red+Green+Blue) = 222+224+235=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #DEE0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0EB is #211F14. Grayscale: #E0E0E0. Windows color (decimal): -2170645 or 15458526. OLE color: 15458526.

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

Color convert

RGB222224235-
CMYK0.060.0500.08
HSL230.77º24.53%89.61%-
HSV(B)230.77º5.53%92.16%-
XYZ71.7874.8489.26-
YUV224.66133.84126.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=32.60%
G=32.89%
B=34.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222242350.060.0500.08230.7724.5389.61
HexDEE0EB6508e7195a
Octal3363403536501034731132
Binary1101111011100000111010111101010100011100111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0EB; }

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

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

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

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

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

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

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

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