#DCDFC3

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

Shades of Frost #DCDFC3

Tints of Frost #DCDFC3

Color information

#DCDFC3 (or 0xDCDFC3) is unknown color: approx Frost. HEX triplet: DC, DF and C3. RGB value is (220,223,195). Sum of RGB (Red+Green+Blue) = 220+223+195=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 195 (76.56% from 255 or 30.56% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC3 is #23203C. Grayscale: #DBDBDB. Windows color (decimal): -2302013 or 12836828. OLE color: 12836828.

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

Color convert

RGB220223195-
CMYK0.0100.130.13
HSL66.43º30.43%81.96%-
HSV(B)66.43º12.56%87.45%-
XYZ65.7571.9362.05-
YUV218.91114.51128.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 223 (87.5% from 255) = 34.95%
BLUE value IS 195 (76.56% from 255) = 30.56%
R=34.48%
G=34.95%
B=30.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231950.0100.130.1366.4330.4381.96
HexDCDFC310DD421e52
Octal33433730310151510236122
Binary11011100110111111100001110110111011000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFC3; }

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

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

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

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

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

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

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

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