#D1F1DE

Color #D1F1DE White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #D1F1DE

Tints of White Ice #D1F1DE

Color information

#D1F1DE (or 0xD1F1DE) is unknown color: approx White Ice. HEX triplet: D1, F1 and DE. RGB value is (209,241,222). Sum of RGB (Red+Green+Blue) = 209+241+222=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F1DE is #2E0E21. Grayscale: #E5E5E5. Windows color (decimal): -3018274 or 14610897. OLE color: 14610897.

HSL color Cylindrical-coordinate representation of color #D1F1DE: hue angle of 144.38º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1F1DE is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB209241222-
CMYK0.1300.080.05
HSL144.38º53.33%88.24%-
HSV(B)144.38º13.28%94.51%-
XYZ70.9381.7481.15-
YUV229.27123.9113.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 222 (87.11% from 255) = 33.04%
R=31.10%
G=35.86%
B=33.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092412220.1300.080.05144.3853.3388.24
HexD1F1DED085903558
Octal32136133615010522065130
Binary110100011111000111011110110101000101100100001101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F1DE; }

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

 H1.HeaderClassName
 {
   color: #D1F1DE;
 }
 .AnyTagClassName
 {
   color: #D1F1DE;
 }
</style>
background-color css

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

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

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

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

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

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