#DBBECD

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

Shades of Twilight #DBBECD

Tints of Twilight #DBBECD

Color information

#DBBECD (or 0xDBBECD) is unknown color: approx Twilight. HEX triplet: DB, BE and CD. RGB value is (219,190,205). Sum of RGB (Red+Green+Blue) = 219+190+205=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBECD is #244132. Grayscale: #C8C8C8. Windows color (decimal): -2375987 or 13483739. OLE color: 13483739.

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

Color convert

RGB219190205-
CMYK00.130.060.14
HSL328.97º28.71%80.2%-
HSV(B)328.97º13.24%85.88%-
XYZ58.6556.2965.53-
YUV200.38130.61141.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=35.67%
G=30.94%
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
Decimal21919020500.130.060.14328.9728.7180.2
HexDBBECD0D6E1491d50
Octal33327631501561651135120
Binary110110111011111011001101011011101110101001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBECD; }

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

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

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

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

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

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

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

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