#DBAEB7

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

Shades of Blossom #DBAEB7

Tints of Blossom #DBAEB7

Color information

#DBAEB7 (or 0xDBAEB7) is unknown color: approx Blossom. HEX triplet: DB, AE and B7. RGB value is (219,174,183). Sum of RGB (Red+Green+Blue) = 219+174+183=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 183 (71.88% from 255 or 31.77% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB7 is #245148. Grayscale: #BCBCBC. Windows color (decimal): -2380105 or 12037851. OLE color: 12037851.

HSL color Cylindrical-coordinate representation of color #DBAEB7: hue angle of 348º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB219174183-
CMYK00.210.160.14
HSL348º38.46%77.06%-
HSV(B)348º20.55%85.88%-
XYZ52.948.7551.42-
YUV188.48124.91149.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 183 (71.88% from 255) = 31.77%
R=38.02%
G=30.21%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917418300.210.160.1434838.4677.06
HexDBAEB701510E15c264d
Octal333256267025201653446115
Binary1101101110101110101101110101011000011101010111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEB7; }

 p { color: rgb(219,174,183); }

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

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

 a { background-color: rgb(219,174,183); }

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

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

 span { border-color: rgb(219,174,183); }

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