#DBBECA

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

Shades of Twilight #DBBECA

Tints of Twilight #DBBECA

Color information

#DBBECA (or 0xDBBECA) is unknown color: approx Twilight. HEX triplet: DB, BE and CA. RGB value is (219,190,202). Sum of RGB (Red+Green+Blue) = 219+190+202=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECA is #244135. Grayscale: #C8C8C8. Windows color (decimal): -2375990 or 13287131. OLE color: 13287131.

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

Color convert

RGB219190202-
CMYK00.130.080.14
HSL335.17º28.71%80.2%-
HSV(B)335.17º13.24%85.88%-
XYZ58.2956.1563.64-
YUV200.04129.11141.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 190 (74.61% from 255) = 31.10%
BLUE value IS 202 (79.30% from 255) = 33.06%
R=35.84%
G=31.10%
B=33.06%

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
Decimal21919020200.130.080.14335.1728.7180.2
HexDBBECA0D8E14f1d50
Octal333276312015101651735120
Binary1101101110111110110010100110110001110101001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBECA; }

 p { color: rgb(219,190,202); }

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

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

 a { background-color: rgb(219,190,202); }

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

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

 span { border-color: rgb(219,190,202); }

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