#DCDFCA

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

Shades of Frost #DCDFCA

Tints of Frost #DCDFCA

Color information

#DCDFCA (or 0xDCDFCA) is unknown color: approx Frost. HEX triplet: DC, DF and CA. RGB value is (220,223,202). Sum of RGB (Red+Green+Blue) = 220+223+202=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFCA is #232035. Grayscale: #DBDBDB. Windows color (decimal): -2302006 or 13295580. OLE color: 13295580.

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

Color convert

RGB220223202-
CMYK0.0100.090.13
HSL68.57º24.71%83.33%-
HSV(B)68.57º9.42%87.45%-
XYZ66.5672.2666.32-
YUV219.71118.01128.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.11%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=34.11%
G=34.57%
B=31.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232020.0100.090.1368.5724.7183.33
HexDCDFCA109D451953
Octal33433731210111510531123
Binary11011100110111111100101010100111011000101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFCA; }

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

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

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

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

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

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

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

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