#DCBFCE

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

Shades of Twilight #DCBFCE

Tints of Twilight #DCBFCE

Color information

#DCBFCE (or 0xDCBFCE) is unknown color: approx Twilight. HEX triplet: DC, BF and CE. RGB value is (220,191,206). Sum of RGB (Red+Green+Blue) = 220+191+206=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFCE is #234031. Grayscale: #C9C9C9. Windows color (decimal): -2310194 or 13549532. OLE color: 13549532.

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

Color convert

RGB220191206-
CMYK00.130.060.14
HSL328.97º29.29%80.59%-
HSV(B)328.97º13.18%86.27%-
XYZ59.2956.9366.26-
YUV201.38130.61141.28-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 191 (75% from 255) = 30.96%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=35.66%
G=30.96%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019120600.130.060.14328.9729.2980.59
HexDCBFCE0D6E1491d51
Octal33427731601561651135121
Binary110111001011111111001110011011101110101001001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFCE; }

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

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

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

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

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

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

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

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