#DCB9CA

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

Shades of Twilight #DCB9CA

Tints of Twilight #DCB9CA

Color information

#DCB9CA (or 0xDCB9CA) is unknown color: approx Twilight. HEX triplet: DC, B9 and CA. RGB value is (220,185,202). Sum of RGB (Red+Green+Blue) = 220+185+202=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CA is #234635. Grayscale: #C5C5C5. Windows color (decimal): -2311734 or 13285852. OLE color: 13285852.

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

Color convert

RGB220185202-
CMYK00.160.080.14
HSL330.86º33.33%79.41%-
HSV(B)330.86º15.91%86.27%-
XYZ57.5254.1863.3-
YUV197.4130.6144.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 185 (72.66% from 255) = 30.48%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=36.24%
G=30.48%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018520200.160.080.14330.8633.3379.41
HexDCB9CA0108E14b214f
Octal334271312020101651341117
Binary110111001011100111001010010000100011101010010111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9CA; }

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

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

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

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

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

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

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

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