#DBBBD1

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

Shades of Twilight #DBBBD1

Tints of Twilight #DBBBD1

Color information

#DBBBD1 (or 0xDBBBD1) is unknown color: approx Twilight. HEX triplet: DB, BB and D1. RGB value is (219,187,209). Sum of RGB (Red+Green+Blue) = 219+187+209=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBD1 is #24442E. Grayscale: #C7C7C7. Windows color (decimal): -2376751 or 13745115. OLE color: 13745115.

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

Color convert

RGB219187209-
CMYK00.150.050.14
HSL318.75º30.77%79.61%-
HSV(B)318.75º14.61%85.88%-
XYZ58.4955.267.89-
YUV199.08133.6142.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=35.61%
G=30.41%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918720900.150.050.14318.7530.7779.61
HexDBBBD10F5E13f1f50
Octal33327332101751647737120
Binary110110111011101111010001011111011110100111111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBD1; }

 p { color: rgb(219,187,209); }

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

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

 a { background-color: rgb(219,187,209); }

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

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

 span { border-color: rgb(219,187,209); }

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