#DBBCC8

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

Shades of Twilight #DBBCC8

Tints of Twilight #DBBCC8

Color information

#DBBCC8 (or 0xDBBCC8) is unknown color: approx Twilight. HEX triplet: DB, BC and C8. RGB value is (219,188,200). Sum of RGB (Red+Green+Blue) = 219+188+200=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC8 is #244337. Grayscale: #C6C6C6. Windows color (decimal): -2376504 or 13155547. OLE color: 13155547.

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

Color convert

RGB219188200-
CMYK00.140.090.14
HSL336.77º30.1%79.8%-
HSV(B)336.77º14.16%85.88%-
XYZ57.6255.262.26-
YUV198.64128.77142.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 188 (73.83% from 255) = 30.97%
BLUE value IS 200 (78.52% from 255) = 32.95%
R=36.08%
G=30.97%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918820000.140.090.14336.7730.179.8
HexDBBCC80E9E1511e50
Octal333274310016111652136120
Binary1101101110111100110010000111010011110101010001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCC8; }

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

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

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

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

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

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

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

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