#DBB8CC

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

Shades of Twilight #DBB8CC

Tints of Twilight #DBB8CC

Color information

#DBB8CC (or 0xDBB8CC) is unknown color: approx Twilight. HEX triplet: DB, B8 and CC. RGB value is (219,184,204). Sum of RGB (Red+Green+Blue) = 219+184+204=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8CC is #244733. Grayscale: #C4C4C4. Windows color (decimal): -2377524 or 13416667. OLE color: 13416667.

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

Color convert

RGB219184204-
CMYK00.160.070.14
HSL325.71º32.71%79.02%-
HSV(B)325.71º15.98%85.88%-
XYZ57.2553.764.47-
YUV196.74132.1143.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 184 (72.27% from 255) = 30.31%
BLUE value IS 204 (80.08% from 255) = 33.61%
R=36.08%
G=30.31%
B=33.61%

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
Decimal21918420400.160.070.14325.7132.7179.02
HexDBB8CC0107E146214f
Octal33327031402071650641117
Binary11011011101110001100110001000011111101010001101000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8CC; }

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

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

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

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

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

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

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

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