Html Css Color HEX #D9EAE1 White Ice

📋 copy color: '#D9EAE1'

red 217 ◦ green 234 ◦ blue 225

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

Shades of White Ice #D9EAE1

Tints of White Ice #D9EAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.28%

R = 32.1%
G = 34.62%
B = 33.28%

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

#D9EAE1 (or 0xD9EAE1) is known color: White Ice. HEX triplet: D9, EA and E1. RGB value is (217,234,225). Sum of RGB (Red+Green+Blue) = 217+234+225=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EAE1 is #26151E. Grayscale: #E3E3E3. Windows color (decimal): -2495775 or 14805721. OLE color: 14805721.

HSL color Cylindrical-coordinate representation of color #D9EAE1: hue angle of 148.24º 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 #D9EAE1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 225 -
CMYK 0.07 0 0.04 0.08
HSL 148.24º 0.29% 0.88% -
HSV(B) 148.24º 0.07% 0.92% -
XYZ 71.63 79.03 82.71 -
YUV 227.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 217 234 225 0.07 0 0.04 0.08 148.24 0.29 0.88
Hex D9 EA E1 7 0 4 8 94 1D 58
Octal 331 352 341 7 0 4 10 224 35 130
Binary 11011001 11101010 11100001 111 0 100 1000 10010100 11101 1011000

Color Harmonies of #D9EAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAE1

Black with #D9EAE1

Text Example


Text Example

White with #D9EAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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