#D9F2E3

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

Shades of White Ice #D9F2E3

Tints of White Ice #D9F2E3

Color information

#D9F2E3 (or 0xD9F2E3) is unknown color: approx White Ice. HEX triplet: D9, F2 and E3. RGB value is (217,242,227). Sum of RGB (Red+Green+Blue) = 217+242+227=686 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.63% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 227 (89.06% from 255 or 33.09% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2E3 is #260D1C. Grayscale: #E8E8E8. Windows color (decimal): -2493725 or 14938841. OLE color: 14938841.

HSL color Cylindrical-coordinate representation of color #D9F2E3: hue angle of 144º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2E3 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB217242227-
CMYK0.1000.060.05
HSL144º49.02%90%-
HSV(B)144º10.33%94.9%-
XYZ74.2383.884.94-
YUV232.82124.72116.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.63%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 227 (89.06% from 255) = 33.09%
R=31.63%
G=35.28%
B=33.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422270.1000.060.0514449.0290
HexD9F2E3A06590315a
Octal3313623431206522061132
Binary11011001111100101110001110100110101100100001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2E3; }

 p { color: rgb(217,242,227); }

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

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

 a { background-color: rgb(217,242,227); }

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

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

 span { border-color: rgb(217,242,227); }

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