#DBAAB3

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

Shades of Blossom #DBAAB3

Tints of Blossom #DBAAB3

Color information

#DBAAB3 (or 0xDBAAB3) is unknown color: approx Blossom. HEX triplet: DB, AA and B3. RGB value is (219,170,179). Sum of RGB (Red+Green+Blue) = 219+170+179=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAB3 is #24554C. Grayscale: #B9B9B9. Windows color (decimal): -2381133 or 11774683. OLE color: 11774683.

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

Color convert

RGB219170179-
CMYK00.220.180.14
HSL348.98º40.5%76.27%-
HSV(B)348.98º22.37%85.88%-
XYZ51.7247.0649.01-
YUV185.68124.23151.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 179 (70.31% from 255) = 31.51%
R=38.56%
G=29.93%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917017900.220.180.14348.9840.576.27
HexDBAAB301612E15d284c
Octal333252263026221653550114
Binary1101101110101010101100110101101001011101010111011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAB3; }

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

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

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

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

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

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

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

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