#D6F3E7

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

Shades of White Ice #D6F3E7

Tints of White Ice #D6F3E7

Color information

#D6F3E7 (or 0xD6F3E7) is unknown color: approx White Ice. HEX triplet: D6, F3 and E7. RGB value is (214,243,231). Sum of RGB (Red+Green+Blue) = 214+243+231=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6F3E7 is #290C18. Grayscale: #E8E8E8. Windows color (decimal): -2690073 or 15201238. OLE color: 15201238.

HSL color Cylindrical-coordinate representation of color #D6F3E7: hue angle of 155.17º 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 #D6F3E7 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB214243231-
CMYK0.1200.050.05
HSL155.17º54.72%89.61%-
HSV(B)155.17º11.93%95.29%-
XYZ74.2184.1787.94-
YUV232.96126.89114.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 243 (95.31% from 255) = 35.32%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=31.10%
G=35.32%
B=33.58%

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
Decimal2142432310.1200.050.05155.1754.7289.61
HexD6F3E7C0559b375a
Octal3263633471405523367132
Binary11010110111100111110011111000101101100110111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3E7; }

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

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

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

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

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

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

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

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