#DBA6B3

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

Shades of Blossom #DBA6B3

Tints of Blossom #DBA6B3

Color information

#DBA6B3 (or 0xDBA6B3) is unknown color: approx Blossom. HEX triplet: DB, A6 and B3. RGB value is (219,166,179). Sum of RGB (Red+Green+Blue) = 219+166+179=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B3 is #24594C. Grayscale: #B7B7B7. Windows color (decimal): -2382157 or 11773659. OLE color: 11773659.

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

Color convert

RGB219166179-
CMYK00.240.180.14
HSL345.28º42.4%75.49%-
HSV(B)345.28º24.2%85.88%-
XYZ50.9945.5948.76-
YUV183.33125.56153.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 166 (65.23% from 255) = 29.43%
BLUE value IS 179 (70.31% from 255) = 31.74%
R=38.83%
G=29.43%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916617900.240.180.14345.2842.475.49
HexDBA6B301812E1592a4b
Octal333246263030221653152113
Binary1101101110100110101100110110001001011101010110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6B3; }

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

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

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

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

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

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

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

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