Html Css Color HEX #D1EFDE White Ice

📋 copy color: '#D1EFDE'

red 209 ◦ green 239 ◦ blue 222

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

Shades of White Ice #D1EFDE

Tints of White Ice #D1EFDE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.67%

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

R = 31.19%
G = 35.67%
B = 33.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#D1EFDE (or 0xD1EFDE) is known color: White Ice. HEX triplet: D1, EF and DE. RGB value is (209,239,222). Sum of RGB (Red+Green+Blue) = 209+239+222=670 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.19% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFDE is #2E1021. Grayscale: #E4E4E4. Windows color (decimal): -3018786 or 14610385. OLE color: 14610385.

HSL color Cylindrical-coordinate representation of color #D1EFDE: hue angle of 146º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFDE is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 239 222 -
CMYK 0.13 0 0.07 0.06
HSL 146º 0.48% 0.88% -
HSV(B) 146º 0.13% 0.94% -
XYZ 70.35 80.56 80.95 -
YUV 228.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 209 239 222 0.13 0 0.07 0.06 146 0.48 0.88
Hex D1 EF DE D 0 7 6 92 30 58
Octal 321 357 336 15 0 7 6 222 60 130
Binary 11010001 11101111 11011110 1101 0 111 110 10010010 110000 1011000

Color Harmonies of #D1EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1EFDE

Black with #D1EFDE

Text Example


Text Example

White with #D1EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1EFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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