#DCC2CD

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

Shades of Twilight #DCC2CD

Tints of Twilight #DCC2CD

Color information

#DCC2CD (or 0xDCC2CD) is unknown color: approx Twilight. HEX triplet: DC, C2 and CD. RGB value is (220,194,205). Sum of RGB (Red+Green+Blue) = 220+194+205=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2CD is #233D32. Grayscale: #CBCBCB. Windows color (decimal): -2309427 or 13484764. OLE color: 13484764.

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

Color convert

RGB220194205-
CMYK00.120.070.14
HSL334.62º27.08%81.18%-
HSV(B)334.62º11.82%86.27%-
XYZ59.8358.2165.84-
YUV203.03129.11140.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 194 (76.17% from 255) = 31.34%
BLUE value IS 205 (80.47% from 255) = 33.12%
R=35.54%
G=31.34%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019420500.120.070.14334.6227.0881.18
HexDCC2CD0C7E14f1b51
Octal33430231501471651733121
Binary110111001100001011001101011001111110101001111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2CD; }

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

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

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

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

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

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

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

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