#DBAEB6

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

Shades of Blossom #DBAEB6

Tints of Blossom #DBAEB6

Color information

#DBAEB6 (or 0xDBAEB6) is unknown color: approx Blossom. HEX triplet: DB, AE and B6. RGB value is (219,174,182). Sum of RGB (Red+Green+Blue) = 219+174+182=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB6 is #245149. Grayscale: #BCBCBC. Windows color (decimal): -2380106 or 11972315. OLE color: 11972315.

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

Color convert

RGB219174182-
CMYK00.210.170.14
HSL349.33º38.46%77.06%-
HSV(B)349.33º20.55%85.88%-
XYZ52.7948.7150.88-
YUV188.37124.41149.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.09%
GREEN value IS 174 (68.36% from 255) = 30.26%
BLUE value IS 182 (71.48% from 255) = 31.65%
R=38.09%
G=30.26%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917418200.210.170.14349.3338.4677.06
HexDBAEB601511E15d264d
Octal333256266025211653546115
Binary1101101110101110101101100101011000111101010111011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEB6; }

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

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

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

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

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

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

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

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