#DBB8C9

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

Shades of Twilight #DBB8C9

Tints of Twilight #DBB8C9

Color information

#DBB8C9 (or 0xDBB8C9) is unknown color: approx Twilight. HEX triplet: DB, B8 and C9. RGB value is (219,184,201). Sum of RGB (Red+Green+Blue) = 219+184+201=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 184 (72.27% from 255 or 30.46% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C9 is #244736. Grayscale: #C4C4C4. Windows color (decimal): -2377527 or 13220059. OLE color: 13220059.

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

Color convert

RGB219184201-
CMYK00.160.080.14
HSL330.86º32.71%79.02%-
HSV(B)330.86º15.98%85.88%-
XYZ56.953.5662.6-
YUV196.4130.6144.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 184 (72.27% from 255) = 30.46%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=36.26%
G=30.46%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918420100.160.080.14330.8632.7179.02
HexDBB8C90108E14b214f
Octal333270311020101651341117
Binary110110111011100011001001010000100011101010010111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8C9; }

 p { color: rgb(219,184,201); }

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

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

 a { background-color: rgb(219,184,201); }

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

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

 span { border-color: rgb(219,184,201); }

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