#DCDFC5

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

Shades of Frost #DCDFC5

Tints of Frost #DCDFC5

Color information

#DCDFC5 (or 0xDCDFC5) is unknown color: approx Frost. HEX triplet: DC, DF and C5. RGB value is (220,223,197). Sum of RGB (Red+Green+Blue) = 220+223+197=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC5 is #23203A. Grayscale: #DBDBDB. Windows color (decimal): -2302011 or 12967900. OLE color: 12967900.

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

Color convert

RGB220223197-
CMYK0.0100.120.13
HSL66.92º28.89%82.35%-
HSV(B)66.92º11.66%87.45%-
XYZ65.9872.0263.25-
YUV219.14115.51128.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=34.38%
G=34.84%
B=30.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231970.0100.120.1366.9228.8982.35
HexDCDFC510CD431d52
Octal33433730510141510335122
Binary11011100110111111100010110110011011000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFC5; }

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

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

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

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

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

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

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

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