#DBBFCC

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

Shades of Twilight #DBBFCC

Tints of Twilight #DBBFCC

Color information

#DBBFCC (or 0xDBBFCC) is unknown color: approx Twilight. HEX triplet: DB, BF and CC. RGB value is (219,191,204). Sum of RGB (Red+Green+Blue) = 219+191+204=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFCC is #244033. Grayscale: #C8C8C8. Windows color (decimal): -2375732 or 13418459. OLE color: 13418459.

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

Color convert

RGB219191204-
CMYK00.130.070.14
HSL332.14º28%80.39%-
HSV(B)332.14º12.79%85.88%-
XYZ58.7456.6864.97-
YUV200.85129.78140.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 204 (80.08% from 255) = 33.22%
R=35.67%
G=31.11%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919120400.130.070.14332.142880.39
HexDBBFCC0D7E14c1c50
Octal33327731401571651434120
Binary110110111011111111001100011011111110101001100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFCC; }

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

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

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

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

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

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

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

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