#D6F3E2

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

Shades of White Ice #D6F3E2

Tints of White Ice #D6F3E2

Color information

#D6F3E2 (or 0xD6F3E2) is unknown color: approx White Ice. HEX triplet: D6, F3 and E2. RGB value is (214,243,226). Sum of RGB (Red+Green+Blue) = 214+243+226=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3E2 is #290C1D. Grayscale: #E8E8E8. Windows color (decimal): -2690078 or 14873558. OLE color: 14873558.

HSL color Cylindrical-coordinate representation of color #D6F3E2: hue angle of 144.83º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F3E2 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB214243226-
CMYK0.1200.070.05
HSL144.83º54.72%89.61%-
HSV(B)144.83º11.93%95.29%-
XYZ73.5183.8984.27-
YUV232.39124.39114.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.33%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=31.33%
G=35.58%
B=33.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432260.1200.070.05144.8354.7289.61
HexD6F3E2C07591375a
Octal3263633421407522167132
Binary11010110111100111110001011000111101100100011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3E2; }

 p { color: rgb(214,243,226); }

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

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

 a { background-color: rgb(214,243,226); }

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

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

 span { border-color: rgb(214,243,226); }

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