Html Css Color HEX #D1EEDE White Ice

📋 copy color: '#D1EEDE'

red 209 ◦ green 238 ◦ blue 222

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

Shades of White Ice #D1EEDE

Tints of White Ice #D1EEDE

RGB

 RED value IS 209 (82.03% from 255) = 31.24%

 GREEN value IS 238 (93.36% from 255) = 35.58%

 BLUE value IS 222 (87.11% from 255) = 33.18%

R = 31.24%
G = 35.58%
B = 33.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#D1EEDE (or 0xD1EEDE) is known color: White Ice. HEX triplet: D1, EE and DE. RGB value is (209,238,222). Sum of RGB (Red+Green+Blue) = 209+238+222=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EEDE is #2E1121. Grayscale: #E3E3E3. Windows color (decimal): -3019042 or 14610129. OLE color: 14610129.

HSL color Cylindrical-coordinate representation of color #D1EEDE: hue angle of 146.9º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1EEDE is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 238 222 -
CMYK 0.12 0 0.07 0.07
HSL 146.9º 0.46% 0.88% -
HSV(B) 146.9º 0.12% 0.93% -
XYZ 70.05 79.98 80.85 -
YUV 227.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 209 238 222 0.12 0 0.07 0.07 146.9 0.46 0.88
Hex D1 EE DE C 0 7 7 93 2E 58
Octal 321 356 336 14 0 7 7 223 56 130
Binary 11010001 11101110 11011110 1100 0 111 111 10010011 101110 1011000

Color Harmonies of #D1EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EEDE

Black with #D1EEDE

Text Example


Text Example

White with #D1EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EEDE; }

 p { color: rgb(209,238,222); }

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

background-color css

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

 a { background-color: rgb(209,238,222); }

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

border-color css

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

 span { border-color: rgb(209,238,222); }

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