#DBA6B5

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

Shades of Blossom #DBA6B5

Tints of Blossom #DBA6B5

Color information

#DBA6B5 (or 0xDBA6B5) is unknown color: approx Blossom. HEX triplet: DB, A6 and B5. RGB value is (219,166,181). Sum of RGB (Red+Green+Blue) = 219+166+181=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B5 is #24594A. Grayscale: #B7B7B7. Windows color (decimal): -2382155 or 11904731. OLE color: 11904731.

HSL color Cylindrical-coordinate representation of color #DBA6B5: hue angle of 343.02º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6B5 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219166181-
CMYK00.240.170.14
HSL343.02º42.4%75.49%-
HSV(B)343.02º24.2%85.88%-
XYZ51.1945.6749.83-
YUV183.56126.56153.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 181 (71.09% from 255) = 31.98%
R=38.69%
G=29.33%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916618100.240.170.14343.0242.475.49
HexDBA6B501811E1572a4b
Octal333246265030211652752113
Binary1101101110100110101101010110001000111101010101111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B5; }

 p { color: rgb(219,166,181); }

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

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

 a { background-color: rgb(219,166,181); }

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

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

 span { border-color: rgb(219,166,181); }

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