#DFC0D2

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

Shades of Twilight #DFC0D2

Tints of Twilight #DFC0D2

Color information

#DFC0D2 (or 0xDFC0D2) is unknown color: approx Twilight. HEX triplet: DF, C0 and D2. RGB value is (223,192,210). Sum of RGB (Red+Green+Blue) = 223+192+210=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC0D2 is #203F2D. Grayscale: #CBCBCB. Windows color (decimal): -2113326 or 13811935. OLE color: 13811935.

HSL color Cylindrical-coordinate representation of color #DFC0D2: hue angle of 325.16º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFC0D2 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223192210-
CMYK00.140.060.13
HSL325.16º32.63%81.37%-
HSV(B)325.16º13.9%87.45%-
XYZ60.9158.0468.97-
YUV203.32131.77142.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.68%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=35.68%
G=30.72%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319221000.140.060.13325.1632.6381.37
HexDFC0D20E6D1452151
Octal33730032201661550541121
Binary1101111111000000110100100111011011011010001011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0D2; }

 p { color: rgb(223,192,210); }

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

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

 a { background-color: rgb(223,192,210); }

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

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

 span { border-color: rgb(223,192,210); }

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