Html Css Color HEX #DEE5E2 White Ice

📋 copy color: '#DEE5E2'

red 222 ◦ green 229 ◦ blue 226

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

Shades of White Ice #DEE5E2

Tints of White Ice #DEE5E2

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.83%

 BLUE value IS 226 (88.67% from 255) = 33.38%

R = 32.79%
G = 33.83%
B = 33.38%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#DEE5E2 (or 0xDEE5E2) is known color: White Ice. HEX triplet: DE, E5 and E2. RGB value is (222,229,226). Sum of RGB (Red+Green+Blue) = 222+229+226=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 226 (88.67% from 255 or 33.38% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5E2 is #211A1D. Grayscale: #E2E2E2. Windows color (decimal): -2169374 or 14869982. OLE color: 14869982.

HSL color Cylindrical-coordinate representation of color #DEE5E2: hue angle of 154.29º 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 #DEE5E2 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 226 -
CMYK 0.03 0 0.01 0.10
HSL 154.29º 0.12% 0.88% -
HSV(B) 154.29º 0.03% 0.9% -
XYZ 71.87 77.06 83.04 -
YUV 226.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 222 229 226 0.03 0 0.01 0.10 154.29 0.12 0.88
Hex DE E5 E2 3 0 1 A 9A C 58
Octal 336 345 342 3 0 1 12 232 14 130
Binary 11011110 11100101 11100010 11 0 1 1010 10011010 1100 1011000

Color Harmonies of #DEE5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE5E2

Black with #DEE5E2

Text Example


Text Example

White with #DEE5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE5E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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