#DBB9CC

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

Shades of Twilight #DBB9CC

Tints of Twilight #DBB9CC

Color information

#DBB9CC (or 0xDBB9CC) is unknown color: approx Twilight. HEX triplet: DB, B9 and CC. RGB value is (219,185,204). Sum of RGB (Red+Green+Blue) = 219+185+204=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB9CC is #244633. Grayscale: #C5C5C5. Windows color (decimal): -2377268 or 13416923. OLE color: 13416923.

HSL color Cylindrical-coordinate representation of color #DBB9CC: hue angle of 326.47º degrees, saturation: 0.32, 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 #DBB9CC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219185204-
CMYK00.160.070.14
HSL326.47º32.08%79.22%-
HSV(B)326.47º15.53%85.88%-
XYZ57.4654.1264.54-
YUV197.33131.76143.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 185 (72.66% from 255) = 30.43%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=36.02%
G=30.43%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918520400.160.070.14326.4732.0879.22
HexDBB9CC0107E146204f
Octal33327131402071650640117
Binary11011011101110011100110001000011111101010001101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9CC; }

 p { color: rgb(219,185,204); }

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

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

 a { background-color: rgb(219,185,204); }

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

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

 span { border-color: rgb(219,185,204); }

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