Html Css Color HEX #DEE4E5 Zircon

📋 copy color: '#DEE4E5'

red 222 ◦ green 228 ◦ blue 229

#DEE4E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #DEE4E5

Tints of Zircon #DEE4E5

RGB

 RED value IS 222 (87.11% from 255) = 32.7%

 GREEN value IS 228 (89.45% from 255) = 33.58%

 BLUE value IS 229 (89.84% from 255) = 33.73%

R = 32.7%
G = 33.58%
B = 33.73%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DEE4E5 (or 0xDEE4E5) is known color: Zircon. HEX triplet: DE, E4 and E5. RGB value is (222,228,229). Sum of RGB (Red+Green+Blue) = 222+228+229=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 228 (89.45% from 255 or 33.58% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE4E5 is #211B1A. Grayscale: #E2E2E2. Windows color (decimal): -2169627 or 15066334. OLE color: 15066334.

HSL color Cylindrical-coordinate representation of color #DEE4E5: hue angle of 188.57º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE4E5 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 228 229 -
CMYK 0.03 0.00 0 0.10
HSL 188.57º 0.12% 0.88% -
HSV(B) 188.57º 0.03% 0.9% -
XYZ 72.01 76.67 85.13 -
YUV 226.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 222 228 229 0.03 0.00 0 0.10 188.57 0.12 0.88
Hex DE E4 E5 3 0 0 A BD C 58
Octal 336 344 345 3 0 0 12 275 14 130
Binary 11011110 11100100 11100101 11 0 0 1010 10111101 1100 1011000

Color Harmonies of #DEE4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE4E5

Black with #DEE4E5

Text Example


Text Example

White with #DEE4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE4E5; }

 p { color: rgb(222,228,229); }

 H1.HeaderClassName
 {
   color: #DEE4E5;
 }
 .AnyTagClassName
 {
   color: #DEE4E5;
 }
</style>

background-color css

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

 a { background-color: rgb(222,228,229); }

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

border-color css

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

 span { border-color: rgb(222,228,229); }

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