#DBA8B3

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

Shades of Blossom #DBA8B3

Tints of Blossom #DBA8B3

Color information

#DBA8B3 (or 0xDBA8B3) is unknown color: approx Blossom. HEX triplet: DB, A8 and B3. RGB value is (219,168,179). Sum of RGB (Red+Green+Blue) = 219+168+179=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8B3 is #24574C. Grayscale: #B8B8B8. Windows color (decimal): -2381645 or 11774171. OLE color: 11774171.

HSL color Cylindrical-coordinate representation of color #DBA8B3: hue angle of 347.06º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8B3 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219168179-
CMYK00.230.180.14
HSL347.06º41.46%75.88%-
HSV(B)347.06º23.29%85.88%-
XYZ51.3546.3248.88-
YUV184.5124.9152.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 168 (66.02% from 255) = 29.68%
BLUE value IS 179 (70.31% from 255) = 31.63%
R=38.69%
G=29.68%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916817900.230.180.14347.0641.4675.88
HexDBA8B301712E15b294c
Octal333250263027221653351114
Binary1101101110101000101100110101111001011101010110111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8B3; }

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

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

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

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

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

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

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

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