#D2FBE4

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

Shades of White Ice #D2FBE4

Tints of White Ice #D2FBE4

Color information

#D2FBE4 (or 0xD2FBE4) is unknown color: approx White Ice. HEX triplet: D2, FB and E4. RGB value is (210,251,228). Sum of RGB (Red+Green+Blue) = 210+251+228=689 (91% of max value = 765). Red value is 210 (82.42% from 255 or 30.48% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBE4 is #2D041B. Grayscale: #ECECEC. Windows color (decimal): -2950172 or 15006674. OLE color: 15006674.

HSL color Cylindrical-coordinate representation of color #D2FBE4: hue angle of 146.34º 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 #D2FBE4 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB210251228-
CMYK0.1600.090.02
HSL146.34º83.67%90.39%-
HSV(B)146.34º16.33%98.43%-
XYZ75.0888.386.48-
YUV236.12123.42109.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.48%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=30.48%
G=36.43%
B=33.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512280.1600.090.02146.3483.6790.39
HexD2FBE41009292545a
Octal322373344200112222124132
Binary1101001011111011111001001000001001101001001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBE4; }

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

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

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

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

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

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

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

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