#DCDFC4

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

Shades of Frost #DCDFC4

Tints of Frost #DCDFC4

Color information

#DCDFC4 (or 0xDCDFC4) is unknown color: approx Frost. HEX triplet: DC, DF and C4. RGB value is (220,223,196). Sum of RGB (Red+Green+Blue) = 220+223+196=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 196 (76.95% from 255 or 30.67% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFC4 is #23203B. Grayscale: #DBDBDB. Windows color (decimal): -2302012 or 12902364. OLE color: 12902364.

HSL color Cylindrical-coordinate representation of color #DCDFC4: hue angle of 66.67º degrees, saturation: 0.3, 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 #DCDFC4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB220223196-
CMYK0.0100.120.13
HSL66.67º29.67%82.16%-
HSV(B)66.67º12.11%87.45%-
XYZ65.8771.9862.65-
YUV219.02115.01128.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 196 (76.95% from 255) = 30.67%
R=34.43%
G=34.90%
B=30.67%

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
Decimal2202231960.0100.120.1366.6729.6782.16
HexDCDFC410CD431e52
Octal33433730410141510336122
Binary11011100110111111100010010110011011000011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFC4; }

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

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

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

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

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

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

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

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