#D2FFEC

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

Shades of White Ice #D2FFEC

Tints of White Ice #D2FFEC

Color information

#D2FFEC (or 0xD2FFEC) is unknown color: approx White Ice. HEX triplet: D2, FF and EC. RGB value is (210,255,236). Sum of RGB (Red+Green+Blue) = 210+255+236=701 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.96% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFEC is #2D0013. Grayscale: #EFEFEF. Windows color (decimal): -2949140 or 15531986. OLE color: 15531986.

HSL color Cylindrical-coordinate representation of color #D2FFEC: hue angle of 154.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 #D2FFEC is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB210255236-
CMYK0.1800.070
HSL154.67º100%91.18%-
HSV(B)154.67º17.65%100%-
XYZ77.4891.2892.89-
YUV239.38126.09107.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 29.96%
GREEN value IS 255 (100% from 255) = 36.38%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=29.96%
G=36.38%
B=33.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552360.1800.070154.6710091.18
HexD2FFEC120709b645b
Octal32237735422070233144133
Binary11010010111111111110110010010011101001101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFEC; }

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

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

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

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

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

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

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

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