#DBB6CC

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

Shades of Twilight #DBB6CC

Tints of Twilight #DBB6CC

Color information

#DBB6CC (or 0xDBB6CC) is unknown color: approx Twilight. HEX triplet: DB, B6 and CC. RGB value is (219,182,204). Sum of RGB (Red+Green+Blue) = 219+182+204=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6CC is #244933. Grayscale: #C3C3C3. Windows color (decimal): -2378036 or 13416155. OLE color: 13416155.

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

Color convert

RGB219182204-
CMYK00.170.070.14
HSL324.32º33.94%78.63%-
HSV(B)324.32º16.89%85.88%-
XYZ56.8452.8864.34-
YUV195.57132.76144.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 182 (71.48% from 255) = 30.08%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=36.20%
G=30.08%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918220400.170.070.14324.3233.9478.63
HexDBB6CC0117E144224f
Octal33326631402171650442117
Binary11011011101101101100110001000111111101010001001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6CC; }

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

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

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

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

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

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

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

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