#DCC0D1

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

Shades of Twilight #DCC0D1

Tints of Twilight #DCC0D1

Color information

#DCC0D1 (or 0xDCC0D1) is unknown color: approx Twilight. HEX triplet: DC, C0 and D1. RGB value is (220,192,209). Sum of RGB (Red+Green+Blue) = 220+192+209=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0D1 is #233F2E. Grayscale: #CACACA. Windows color (decimal): -2309935 or 13746396. OLE color: 13746396.

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

Color convert

RGB220192209-
CMYK00.130.050.14
HSL323.57º28.57%80.78%-
HSV(B)323.57º12.73%86.27%-
XYZ59.8757.5268.27-
YUV202.31131.78140.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 209 (82.03% from 255) = 33.66%
R=35.43%
G=30.92%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019220900.130.050.14323.5728.5780.78
HexDCC0D10D5E1441d51
Octal33430032101551650435121
Binary110111001100000011010001011011011110101000100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0D1; }

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

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

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

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

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

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

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

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