#DCBFCC

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

Shades of Twilight #DCBFCC

Tints of Twilight #DCBFCC

Color information

#DCBFCC (or 0xDCBFCC) is unknown color: approx Twilight. HEX triplet: DC, BF and CC. RGB value is (220,191,204). Sum of RGB (Red+Green+Blue) = 220+191+204=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFCC is #234033. Grayscale: #C9C9C9. Windows color (decimal): -2310196 or 13418460. OLE color: 13418460.

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

Color convert

RGB220191204-
CMYK00.130.070.14
HSL333.1º29.29%80.59%-
HSV(B)333.1º13.18%86.27%-
XYZ59.0556.8464.99-
YUV201.15129.61141.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 191 (75% from 255) = 31.06%
BLUE value IS 204 (80.08% from 255) = 33.17%
R=35.77%
G=31.06%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019120400.130.070.14333.129.2980.59
HexDCBFCC0D7E14d1d51
Octal33427731401571651535121
Binary110111001011111111001100011011111110101001101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFCC; }

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

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

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

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

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

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

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

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