#DCDFC7

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

Shades of Frost #DCDFC7

Tints of Frost #DCDFC7

Color information

#DCDFC7 (or 0xDCDFC7) is unknown color: approx Frost. HEX triplet: DC, DF and C7. RGB value is (220,223,199). Sum of RGB (Red+Green+Blue) = 220+223+199=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC7 is #232038. Grayscale: #DBDBDB. Windows color (decimal): -2302009 or 13098972. OLE color: 13098972.

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

Color convert

RGB220223199-
CMYK0.0100.110.13
HSL67.5º27.27%82.75%-
HSV(B)67.5º10.76%87.45%-
XYZ66.2172.1164.46-
YUV219.37116.51128.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=34.27%
G=34.74%
B=31.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231990.0100.110.1367.527.2782.75
HexDCDFC710BD441b53
Octal33433730710131510433123
Binary11011100110111111100011110101111011000100110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFC7; }

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

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

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

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

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

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

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

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