#D8DCBF

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

Shades of Frost #D8DCBF

Tints of Frost #D8DCBF

Color information

#D8DCBF (or 0xD8DCBF) is unknown color: approx Frost. HEX triplet: D8, DC and BF. RGB value is (216,220,191). Sum of RGB (Red+Green+Blue) = 216+220+191=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 220 (86.33% from 255 or 35.09% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCBF is #272340. Grayscale: #D7D7D7. Windows color (decimal): -2564929 or 12573912. OLE color: 12573912.

HSL color Cylindrical-coordinate representation of color #D8DCBF: hue angle of 68.28º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8DCBF is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB216220191-
CMYK0.0200.130.14
HSL68.28º29.29%80.59%-
HSV(B)68.28º13.18%86.27%-
XYZ63.3269.5559.38-
YUV215.5114.17128.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.45%
GREEN value IS 220 (86.33% from 255) = 35.09%
BLUE value IS 191 (75% from 255) = 30.46%
R=34.45%
G=35.09%
B=30.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201910.0200.130.1468.2829.2980.59
HexD8DCBF20DE441d51
Octal33033427720151610435121
Binary110110001101110010111111100110111101000100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCBF; }

 p { color: rgb(216,220,191); }

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

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

 a { background-color: rgb(216,220,191); }

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

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

 span { border-color: rgb(216,220,191); }

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