#D6E1B6

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

Shades of Frost #D6E1B6

Tints of Frost #D6E1B6

Color information

#D6E1B6 (or 0xD6E1B6) is unknown color: approx Frost. HEX triplet: D6, E1 and B6. RGB value is (214,225,182). Sum of RGB (Red+Green+Blue) = 214+225+182=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E1B6 is #291E49. Grayscale: #D8D8D8. Windows color (decimal): -2694730 or 11985366. OLE color: 11985366.

HSL color Cylindrical-coordinate representation of color #D6E1B6: hue angle of 75.35º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6E1B6 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.

Color convert

RGB214225182-
CMYK0.0500.190.12
HSL75.35º41.75%79.8%-
HSV(B)75.35º19.11%88.24%-
XYZ63.171.5254.74-
YUV216.81108.36126-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.46%
GREEN value IS 225 (88.28% from 255) = 36.23%
BLUE value IS 182 (71.48% from 255) = 29.31%
R=34.46%
G=36.23%
B=29.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251820.0500.190.1275.3541.7579.8
HexD6E1B65013C4b2a50
Octal32634126650231411352120
Binary110101101110000110110110101010011110010010111010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1B6; }

 p { color: rgb(214,225,182); }

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

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

 a { background-color: rgb(214,225,182); }

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

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

 span { border-color: rgb(214,225,182); }

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