#D2FBE8

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

Shades of White Ice #D2FBE8

Tints of White Ice #D2FBE8

Color information

#D2FBE8 (or 0xD2FBE8) is unknown color: approx White Ice. HEX triplet: D2, FB and E8. RGB value is (210,251,232). Sum of RGB (Red+Green+Blue) = 210+251+232=693 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.30% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FBE8 is #2D0417. Grayscale: #ECECEC. Windows color (decimal): -2950168 or 15268818. OLE color: 15268818.

HSL color Cylindrical-coordinate representation of color #D2FBE8: hue angle of 152.2º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FBE8 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB210251232-
CMYK0.1600.080.02
HSL152.2º83.67%90.39%-
HSV(B)152.2º16.33%98.43%-
XYZ75.6488.5289.44-
YUV236.58125.42109.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.30%
GREEN value IS 251 (98.44% from 255) = 36.22%
BLUE value IS 232 (91.02% from 255) = 33.48%
R=30.30%
G=36.22%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512320.1600.080.02152.283.6790.39
HexD2FBE81008298545a
Octal322373350200102230124132
Binary1101001011111011111010001000001000101001100010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBE8; }

 p { color: rgb(210,251,232); }

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

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

 a { background-color: rgb(210,251,232); }

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

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

 span { border-color: rgb(210,251,232); }

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