#D2FFE9

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

Shades of White Ice #D2FFE9

Tints of White Ice #D2FFE9

Color information

#D2FFE9 (or 0xD2FFE9) is unknown color: approx White Ice. HEX triplet: D2, FF and E9. RGB value is (210,255,233). Sum of RGB (Red+Green+Blue) = 210+255+233=698 (92% of max value = 765). Red value is 210 (82.42% from 255 or 30.09% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 233 (91.41% from 255 or 33.38% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFE9 is #2D0016. Grayscale: #EFEFEF. Windows color (decimal): -2949143 or 15335378. OLE color: 15335378.

HSL color Cylindrical-coordinate representation of color #D2FFE9: hue angle of 150.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFE9 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB210255233-
CMYK0.1800.090
HSL150.67º100%91.18%-
HSV(B)150.67º17.65%100%-
XYZ77.0591.190.62-
YUV239.04124.59107.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.09%
GREEN value IS 255 (100% from 255) = 36.53%
BLUE value IS 233 (91.41% from 255) = 33.38%
R=30.09%
G=36.53%
B=33.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552330.1800.090150.6710091.18
HexD2FFE91209097645b
Octal322377351220110227144133
Binary110100101111111111101001100100100101001011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFE9; }

 p { color: rgb(210,255,233); }

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

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

 a { background-color: rgb(210,255,233); }

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

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

 span { border-color: rgb(210,255,233); }

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