#DBBCCC

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

Shades of Twilight #DBBCCC

Tints of Twilight #DBBCCC

Color information

#DBBCCC (or 0xDBBCCC) is unknown color: approx Twilight. HEX triplet: DB, BC and CC. RGB value is (219,188,204). Sum of RGB (Red+Green+Blue) = 219+188+204=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCCC is #244333. Grayscale: #C7C7C7. Windows color (decimal): -2376500 or 13417691. OLE color: 13417691.

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

Color convert

RGB219188204-
CMYK00.140.070.14
HSL329.03º30.1%79.8%-
HSV(B)329.03º14.16%85.88%-
XYZ58.155.3964.76-
YUV199.09130.77142.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 188 (73.83% from 255) = 30.77%
BLUE value IS 204 (80.08% from 255) = 33.39%
R=35.84%
G=30.77%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918820400.140.070.14329.0330.179.8
HexDBBCCC0E7E1491e50
Octal33327431401671651136120
Binary110110111011110011001100011101111110101001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCCC; }

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

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

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

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

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

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

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

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