Html Css Color HEX #D9EAE0 White Ice

📋 copy color: '#D9EAE0'

red 217 ◦ green 234 ◦ blue 224

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

Shades of White Ice #D9EAE0

Tints of White Ice #D9EAE0

RGB

 RED value IS 217 (85.16% from 255) = 32.15%

 GREEN value IS 234 (91.8% from 255) = 34.67%

 BLUE value IS 224 (87.89% from 255) = 33.19%

R = 32.15%
G = 34.67%
B = 33.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#D9EAE0 (or 0xD9EAE0) is known color: White Ice. HEX triplet: D9, EA and E0. RGB value is (217,234,224). Sum of RGB (Red+Green+Blue) = 217+234+224=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAE0 is #26151F. Grayscale: #E3E3E3. Windows color (decimal): -2495776 or 14740185. OLE color: 14740185.

HSL color Cylindrical-coordinate representation of color #D9EAE0: hue angle of 144.71º degrees, saturation: 0.29, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9EAE0 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 224 -
CMYK 0.07 0 0.04 0.08
HSL 144.71º 0.29% 0.88% -
HSV(B) 144.71º 0.07% 0.92% -
XYZ 71.49 78.98 82 -
YUV 227.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 217 234 224 0.07 0 0.04 0.08 144.71 0.29 0.88
Hex D9 EA E0 7 0 4 8 91 1D 58
Octal 331 352 340 7 0 4 10 221 35 130
Binary 11011001 11101010 11100000 111 0 100 1000 10010001 11101 1011000

Color Harmonies of #D9EAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAE0

Black with #D9EAE0

Text Example


Text Example

White with #D9EAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAE0; }

 p { color: rgb(217,234,224); }

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

background-color css

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

 a { background-color: rgb(217,234,224); }

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

border-color css

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

 span { border-color: rgb(217,234,224); }

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