#DCB9CF

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

Shades of Twilight #DCB9CF

Tints of Twilight #DCB9CF

Color information

#DCB9CF (or 0xDCB9CF) is unknown color: approx Twilight. HEX triplet: DC, B9 and CF. RGB value is (220,185,207). Sum of RGB (Red+Green+Blue) = 220+185+207=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9CF is #234630. Grayscale: #C5C5C5. Windows color (decimal): -2311729 or 13613532. OLE color: 13613532.

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

Color convert

RGB220185207-
CMYK00.160.060.14
HSL322.29º33.33%79.41%-
HSV(B)322.29º15.91%86.27%-
XYZ58.1354.4266.47-
YUV197.97133.1143.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=35.95%
G=30.23%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018520700.160.060.14322.2933.3379.41
HexDCB9CF0106E142214f
Octal33427131702061650241117
Binary11011100101110011100111101000011011101010000101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9CF; }

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

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

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

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

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

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

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

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