#DBA8B1

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

Shades of Blossom #DBA8B1

Tints of Blossom #DBA8B1

Color information

#DBA8B1 (or 0xDBA8B1) is unknown color: approx Blossom. HEX triplet: DB, A8 and B1. RGB value is (219,168,177). Sum of RGB (Red+Green+Blue) = 219+168+177=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8B1 is #24574E. Grayscale: #B8B8B8. Windows color (decimal): -2381647 or 11643099. OLE color: 11643099.

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

Color convert

RGB219168177-
CMYK00.230.190.14
HSL349.41º41.46%75.88%-
HSV(B)349.41º23.29%85.88%-
XYZ51.1546.2447.82-
YUV184.27123.9152.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 168 (66.02% from 255) = 29.79%
BLUE value IS 177 (69.53% from 255) = 31.38%
R=38.83%
G=29.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916817700.230.190.14349.4141.4675.88
HexDBA8B101713E15d294c
Octal333250261027231653551114
Binary1101101110101000101100010101111001111101010111011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8B1; }

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

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

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

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

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

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

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

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