#DCDFBD

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

Shades of Frost #DCDFBD

Tints of Frost #DCDFBD

Color information

#DCDFBD (or 0xDCDFBD) is unknown color: approx Frost. HEX triplet: DC, DF and BD. RGB value is (220,223,189). Sum of RGB (Red+Green+Blue) = 220+223+189=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 189 (74.22% from 255 or 29.91% from 632); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFBD is #232042. Grayscale: #DADADA. Windows color (decimal): -2302019 or 12443612. OLE color: 12443612.

HSL color Cylindrical-coordinate representation of color #DCDFBD: hue angle of 65.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCDFBD is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB220223189-
CMYK0.0100.150.13
HSL65.29º34.69%80.78%-
HSV(B)65.29º15.25%87.45%-
XYZ65.0971.6758.55-
YUV218.23111.51129.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 223 (87.5% from 255) = 35.28%
BLUE value IS 189 (74.22% from 255) = 29.91%
R=34.81%
G=35.28%
B=29.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231890.0100.150.1365.2934.6980.78
HexDCDFBD10FD412351
Octal33433727510171510143121
Binary110111001101111110111101101111110110000011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFBD; }

 p { color: rgb(220,223,189); }

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

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

 a { background-color: rgb(220,223,189); }

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

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

 span { border-color: rgb(220,223,189); }

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