#DFC2CC

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

Shades of Twilight #DFC2CC

Tints of Twilight #DFC2CC

Color information

#DFC2CC (or 0xDFC2CC) is unknown color: approx Twilight. HEX triplet: DF, C2 and CC. RGB value is (223,194,204). Sum of RGB (Red+Green+Blue) = 223+194+204=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC2CC is #203D33. Grayscale: #CBCBCB. Windows color (decimal): -2112820 or 13419231. OLE color: 13419231.

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

Color convert

RGB223194204-
CMYK00.130.090.13
HSL339.31º31.18%81.76%-
HSV(B)339.31º13%87.45%-
XYZ60.6258.6365.25-
YUV203.81128.11141.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 204 (80.08% from 255) = 32.85%
R=35.91%
G=31.24%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319420400.130.090.13339.3131.1881.76
HexDFC2CC0D9D1531f52
Octal337302314015111552337122
Binary1101111111000010110011000110110011101101010011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC2CC; }

 p { color: rgb(223,194,204); }

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

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

 a { background-color: rgb(223,194,204); }

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

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

 span { border-color: rgb(223,194,204); }

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