#D6DCBC

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

Shades of Frost #D6DCBC

Tints of Frost #D6DCBC

Color information

#D6DCBC (or 0xD6DCBC) is unknown color: approx Frost. HEX triplet: D6, DC and BC. RGB value is (214,220,188). Sum of RGB (Red+Green+Blue) = 214+220+188=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCBC is #292343. Grayscale: #D6D6D6. Windows color (decimal): -2696004 or 12377302. OLE color: 12377302.

HSL color Cylindrical-coordinate representation of color #D6DCBC: hue angle of 71.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DCBC is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB214220188-
CMYK0.0300.150.14
HSL71.25º31.37%80%-
HSV(B)71.25º14.55%86.27%-
XYZ62.469.1157.63-
YUV214.56113.01127.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 188 (73.83% from 255) = 30.23%
R=34.41%
G=35.37%
B=30.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201880.0300.150.1471.2531.3780
HexD6DCBC30FE471f50
Octal32633427430171610737120
Binary110101101101110010111100110111111101000111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCBC; }

 p { color: rgb(214,220,188); }

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

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

 a { background-color: rgb(214,220,188); }

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

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

 span { border-color: rgb(214,220,188); }

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