#DBAEB3

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

Shades of Blossom #DBAEB3

Tints of Blossom #DBAEB3

Color information

#DBAEB3 (or 0xDBAEB3) is unknown color: approx Blossom. HEX triplet: DB, AE and B3. RGB value is (219,174,179). Sum of RGB (Red+Green+Blue) = 219+174+179=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB3 is #24514C. Grayscale: #BCBCBC. Windows color (decimal): -2380109 or 11775707. OLE color: 11775707.

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

Color convert

RGB219174179-
CMYK00.210.180.14
HSL353.33º38.46%77.06%-
HSV(B)353.33º20.55%85.88%-
XYZ52.4948.5949.26-
YUV188.02122.91150.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 174 (68.36% from 255) = 30.42%
BLUE value IS 179 (70.31% from 255) = 31.29%
R=38.29%
G=30.42%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917417900.210.180.14353.3338.4677.06
HexDBAEB301512E161264d
Octal333256263025221654146115
Binary1101101110101110101100110101011001011101011000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAEB3; }

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

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

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

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

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

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

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

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