#DCC0CD

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

Shades of Twilight #DCC0CD

Tints of Twilight #DCC0CD

Color information

#DCC0CD (or 0xDCC0CD) is unknown color: approx Twilight. HEX triplet: DC, C0 and CD. RGB value is (220,192,205). Sum of RGB (Red+Green+Blue) = 220+192+205=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0CD is #233F32. Grayscale: #C9C9C9. Windows color (decimal): -2309939 or 13484252. OLE color: 13484252.

HSL color Cylindrical-coordinate representation of color #DCC0CD: hue angle of 332.14º 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 #DCC0CD is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220192205-
CMYK00.130.070.14
HSL332.14º28.57%80.78%-
HSV(B)332.14º12.73%86.27%-
XYZ59.3857.3265.69-
YUV201.85129.78140.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=35.66%
G=31.12%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220500.130.070.14332.1428.5780.78
HexDCC0CD0D7E14c1d51
Octal33430031501571651435121
Binary110111001100000011001101011011111110101001100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0CD; }

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

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

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

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

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

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

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

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