#DCDFC8

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

Shades of Frost #DCDFC8

Tints of Frost #DCDFC8

Color information

#DCDFC8 (or 0xDCDFC8) is unknown color: approx Frost. HEX triplet: DC, DF and C8. RGB value is (220,223,200). Sum of RGB (Red+Green+Blue) = 220+223+200=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC8 is #232037. Grayscale: #DBDBDB. Windows color (decimal): -2302008 or 13164508. OLE color: 13164508.

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

Color convert

RGB220223200-
CMYK0.0100.100.13
HSL67.83º26.44%82.94%-
HSV(B)67.83º10.31%87.45%-
XYZ66.3372.1665.08-
YUV219.48117.01128.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 200 (78.52% from 255) = 31.10%
R=34.21%
G=34.68%
B=31.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202232000.0100.100.1367.8326.4482.94
HexDCDFC810AD441a53
Octal33433731010121510432123
Binary11011100110111111100100010101011011000100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFC8; }

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

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

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

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

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

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

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

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