#DBBFD1

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

Shades of Twilight #DBBFD1

Tints of Twilight #DBBFD1

Color information

#DBBFD1 (or 0xDBBFD1) is unknown color: approx Twilight. HEX triplet: DB, BF and D1. RGB value is (219,191,209). Sum of RGB (Red+Green+Blue) = 219+191+209=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFD1 is #24402E. Grayscale: #C9C9C9. Windows color (decimal): -2375727 or 13746139. OLE color: 13746139.

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

Color convert

RGB219191209-
CMYK00.130.050.14
HSL321.43º28%80.39%-
HSV(B)321.43º12.79%85.88%-
XYZ59.3556.9368.18-
YUV201.42132.28140.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 191 (75% from 255) = 30.86%
BLUE value IS 209 (82.03% from 255) = 33.76%
R=35.38%
G=30.86%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919120900.130.050.14321.432880.39
HexDBBFD10D5E1411c50
Octal33327732101551650134120
Binary110110111011111111010001011011011110101000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFD1; }

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

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

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

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

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

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

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

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