#DCBFCA

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

Shades of Twilight #DCBFCA

Tints of Twilight #DCBFCA

Color information

#DCBFCA (or 0xDCBFCA) is unknown color: approx Twilight. HEX triplet: DC, BF and CA. RGB value is (220,191,202). Sum of RGB (Red+Green+Blue) = 220+191+202=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 202 (79.30% from 255 or 32.95% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFCA is #234035. Grayscale: #C8C8C8. Windows color (decimal): -2310198 or 13287388. OLE color: 13287388.

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

Color convert

RGB220191202-
CMYK00.130.080.14
HSL337.24º29.29%80.59%-
HSV(B)337.24º13.18%86.27%-
XYZ58.8156.7463.73-
YUV200.92128.61141.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 202 (79.30% from 255) = 32.95%
R=35.89%
G=31.16%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019120200.130.080.14337.2429.2980.59
HexDCBFCA0D8E1511d51
Octal334277312015101652135121
Binary1101110010111111110010100110110001110101010001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFCA; }

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

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

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

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

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

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

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

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