#DCB2C9

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

Shades of Twilight #DCB2C9

Tints of Twilight #DCB2C9

Color information

#DCB2C9 (or 0xDCB2C9) is unknown color: approx Twilight. HEX triplet: DC, B2 and C9. RGB value is (220,178,201). Sum of RGB (Red+Green+Blue) = 220+178+201=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 178 (69.92% from 255 or 29.72% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2C9 is #234D36. Grayscale: #C1C1C1. Windows color (decimal): -2313527 or 13218524. OLE color: 13218524.

HSL color Cylindrical-coordinate representation of color #DCB2C9: hue angle of 327.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2C9 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220178201-
CMYK00.190.090.14
HSL327.14º37.5%78.04%-
HSV(B)327.14º19.09%86.27%-
XYZ55.9851.2762.2-
YUV193.18132.41147.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 178 (69.92% from 255) = 29.72%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=36.73%
G=29.72%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017820100.190.090.14327.1437.578.04
HexDCB2C90139E147264e
Octal334262311023111650746116
Binary110111001011001011001001010011100111101010001111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2C9; }

 p { color: rgb(220,178,201); }

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

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

 a { background-color: rgb(220,178,201); }

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

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

 span { border-color: rgb(220,178,201); }

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