#D9DCBC

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

Shades of Frost #D9DCBC

Tints of Frost #D9DCBC

Color information

#D9DCBC (or 0xD9DCBC) is unknown color: approx Frost. HEX triplet: D9, DC and BC. RGB value is (217,220,188). Sum of RGB (Red+Green+Blue) = 217+220+188=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBC is #262343. Grayscale: #D7D7D7. Windows color (decimal): -2499396 or 12377305. OLE color: 12377305.

HSL color Cylindrical-coordinate representation of color #D9DCBC: hue angle of 65.62º 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 #D9DCBC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB217220188-
CMYK0.0100.150.14
HSL65.62º31.37%80%-
HSV(B)65.62º14.55%86.27%-
XYZ63.2969.5757.67-
YUV215.46112.51129.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 220 (86.33% from 255) = 35.2%
BLUE value IS 188 (73.83% from 255) = 30.08%
R=34.72%
G=35.2%
B=30.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201880.0100.150.1465.6231.3780
HexD9DCBC10FE421f50
Octal33133427410171610237120
Binary11011001110111001011110010111111101000010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCBC; }

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

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

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

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

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

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

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

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