#D6F2E5

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

Shades of White Ice #D6F2E5

Tints of White Ice #D6F2E5

Color information

#D6F2E5 (or 0xD6F2E5) is unknown color: approx White Ice. HEX triplet: D6, F2 and E5. RGB value is (214,242,229). Sum of RGB (Red+Green+Blue) = 214+242+229=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 229 (89.84% from 255 or 33.43% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #D6F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F2E5 is #290D1A. Grayscale: #E8E8E8. Windows color (decimal): -2690331 or 15069910. OLE color: 15069910.

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

Color convert

RGB214242229-
CMYK0.1200.050.05
HSL152.14º51.85%89.41%-
HSV(B)152.14º11.57%94.9%-
XYZ73.6383.4686.36-
YUV232.15126.22115.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 229 (89.84% from 255) = 33.43%
R=31.24%
G=35.33%
B=33.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142422290.1200.050.05152.1451.8589.41
HexD6F2E5C055983459
Octal3263623451405523064131
Binary11010110111100101110010111000101101100110001101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F2E5; }

 p { color: rgb(214,242,229); }

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

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

 a { background-color: rgb(214,242,229); }

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

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

 span { border-color: rgb(214,242,229); }

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