#DCC0CF

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

Shades of Twilight #DCC0CF

Tints of Twilight #DCC0CF

Color information

#DCC0CF (or 0xDCC0CF) is unknown color: approx Twilight. HEX triplet: DC, C0 and CF. RGB value is (220,192,207). Sum of RGB (Red+Green+Blue) = 220+192+207=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CF is #233F30. Grayscale: #CACACA. Windows color (decimal): -2309937 or 13615324. OLE color: 13615324.

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

Color convert

RGB220192207-
CMYK00.130.060.14
HSL327.86º28.57%80.78%-
HSV(B)327.86º12.73%86.27%-
XYZ59.6357.4266.97-
YUV202.08130.78140.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 192 (75.39% from 255) = 31.02%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=35.54%
G=31.02%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220700.130.060.14327.8628.5780.78
HexDCC0CF0D6E1481d51
Octal33430031701561651035121
Binary110111001100000011001111011011101110101001000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0CF; }

 p { color: rgb(220,192,207); }

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

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

 a { background-color: rgb(220,192,207); }

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

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

 span { border-color: rgb(220,192,207); }

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