#DCB5CA

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

Shades of Twilight #DCB5CA

Tints of Twilight #DCB5CA

Color information

#DCB5CA (or 0xDCB5CA) is unknown color: approx Twilight. HEX triplet: DC, B5 and CA. RGB value is (220,181,202). Sum of RGB (Red+Green+Blue) = 220+181+202=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CA is #234A35. Grayscale: #C3C3C3. Windows color (decimal): -2312758 or 13284828. OLE color: 13284828.

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

Color convert

RGB220181202-
CMYK00.180.080.14
HSL327.69º35.78%78.63%-
HSV(B)327.69º17.73%86.27%-
XYZ56.752.5363.03-
YUV195.05131.92145.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=36.48%
G=30.02%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018120200.180.080.14327.6935.7878.63
HexDCB5CA0128E148244f
Octal334265312022101651044117
Binary110111001011010111001010010010100011101010010001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5CA; }

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

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

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

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

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

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

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

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