#DCBFD0

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

Shades of Twilight #DCBFD0

Tints of Twilight #DCBFD0

Color information

#DCBFD0 (or 0xDCBFD0) is unknown color: approx Twilight. HEX triplet: DC, BF and D0. RGB value is (220,191,208). Sum of RGB (Red+Green+Blue) = 220+191+208=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD0 is #23402F. Grayscale: #C9C9C9. Windows color (decimal): -2310192 or 13680604. OLE color: 13680604.

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

Color convert

RGB220191208-
CMYK00.130.050.14
HSL324.83º29.29%80.59%-
HSV(B)324.83º13.18%86.27%-
XYZ59.5357.0367.55-
YUV201.61131.61141.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 208 (81.64% from 255) = 33.60%
R=35.54%
G=30.86%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019120800.130.050.14324.8329.2980.59
HexDCBFD00D5E1451d51
Octal33427732001551650535121
Binary110111001011111111010000011011011110101000101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFD0; }

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

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

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

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

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

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

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

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