#DCB5C9

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

Shades of Twilight #DCB5C9

Tints of Twilight #DCB5C9

Color information

#DCB5C9 (or 0xDCB5C9) is unknown color: approx Twilight. HEX triplet: DC, B5 and C9. RGB value is (220,181,201). Sum of RGB (Red+Green+Blue) = 220+181+201=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C9 is #234A36. Grayscale: #C2C2C2. Windows color (decimal): -2312759 or 13219292. OLE color: 13219292.

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

Color convert

RGB220181201-
CMYK00.180.090.14
HSL329.23º35.78%78.63%-
HSV(B)329.23º17.73%86.27%-
XYZ56.5852.4862.41-
YUV194.94131.42145.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 181 (71.09% from 255) = 30.07%
BLUE value IS 201 (78.91% from 255) = 33.39%
R=36.54%
G=30.07%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018120100.180.090.14329.2335.7878.63
HexDCB5C90129E149244f
Octal334265311022111651144117
Binary110111001011010111001001010010100111101010010011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5C9; }

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

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

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

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

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

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

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

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