#D1F3DE

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

Shades of White Ice #D1F3DE

Tints of White Ice #D1F3DE

Color information

#D1F3DE (or 0xD1F3DE) is unknown color: approx White Ice. HEX triplet: D1, F3 and DE. RGB value is (209,243,222). Sum of RGB (Red+Green+Blue) = 209+243+222=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F3DE is #2E0C21. Grayscale: #E6E6E6. Windows color (decimal): -3017762 or 14611409. OLE color: 14611409.

HSL color Cylindrical-coordinate representation of color #D1F3DE: hue angle of 142.94º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F3DE is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB209243222-
CMYK0.1400.090.05
HSL142.94º58.62%88.63%-
HSV(B)142.94º13.99%95.29%-
XYZ71.5382.9381.34-
YUV230.44123.24112.71-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.01%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=31.01%
G=36.05%
B=32.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092432220.1400.090.05142.9458.6288.63
HexD1F3DEE0958f3b59
Octal32136333616011521773131
Binary110100011111001111011110111001001101100011111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F3DE; }

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

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

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

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

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

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

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

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