#D9DCC0

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

Shades of Frost #D9DCC0

Tints of Frost #D9DCC0

Color information

#D9DCC0 (or 0xD9DCC0) is unknown color: approx Frost. HEX triplet: D9, DC and C0. RGB value is (217,220,192). Sum of RGB (Red+Green+Blue) = 217+220+192=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC0 is #26233F. Grayscale: #D8D8D8. Windows color (decimal): -2499392 or 12639449. OLE color: 12639449.

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

Color convert

RGB217220192-
CMYK0.0100.130.14
HSL66.43º28.57%80.78%-
HSV(B)66.43º12.73%86.27%-
XYZ63.7269.7459.97-
YUV215.91114.51128.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 220 (86.33% from 255) = 34.98%
BLUE value IS 192 (75.39% from 255) = 30.52%
R=34.50%
G=34.98%
B=30.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201920.0100.130.1466.4328.5780.78
HexD9DCC010DE421d51
Octal33133430010151610235121
Binary11011001110111001100000010110111101000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCC0; }

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

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

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

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

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

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

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

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