#DCBECF

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

Shades of Twilight #DCBECF

Tints of Twilight #DCBECF

Color information

#DCBECF (or 0xDCBECF) is unknown color: approx Twilight. HEX triplet: DC, BE and CF. RGB value is (220,190,207). Sum of RGB (Red+Green+Blue) = 220+190+207=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBECF is #234130. Grayscale: #C8C8C8. Windows color (decimal): -2310449 or 13614812. OLE color: 13614812.

HSL color Cylindrical-coordinate representation of color #DCBECF: hue angle of 326º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBECF is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220190207-
CMYK00.140.060.14
HSL326º30%80.39%-
HSV(B)326º13.64%86.27%-
XYZ59.1956.5566.83-
YUV200.91131.44141.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=35.66%
G=30.79%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019020700.140.060.143263080.39
HexDCBECF0E6E1461e50
Octal33427631701661650636120
Binary110111001011111011001111011101101110101000110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBECF; }

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

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

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

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

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

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

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

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