Html Css Color HEX #DBA4B1 Blossom

📋 copy color: '#DBA4B1'

red 219 ◦ green 164 ◦ blue 177

#DBA4B1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blossom #DBA4B1

Tints of Blossom #DBA4B1

RGB

 RED value IS 219 (85.94% from 255) = 39.11%

 GREEN value IS 164 (64.45% from 255) = 29.29%

 BLUE value IS 177 (69.53% from 255) = 31.61%

R = 39.11%
G = 29.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBA4B1 (or 0xDBA4B1) is known color: Blossom. HEX triplet: DB, A4 and B1. RGB value is (219,164,177). Sum of RGB (Red+Green+Blue) = 219+164+177=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4B1 is #245B4E. Grayscale: #B5B5B5. Windows color (decimal): -2382671 or 11642075. OLE color: 11642075.

HSL color Cylindrical-coordinate representation of color #DBA4B1: hue angle of 345.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4B1 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 177 -
CMYK 0 0.25 0.19 0.14
HSL 345.82º 0.43% 0.75% -
HSV(B) 345.82º 0.25% 0.86% -
XYZ 50.42 44.79 47.58 -
YUV 181.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 219 164 177 0 0.25 0.19 0.14 345.82 0.43 0.75
Hex DB A4 B1 0 19 13 E 15A 2B 4B
Octal 333 244 261 0 31 23 16 532 53 113
Binary 11011011 10100100 10110001 0 11001 10011 1110 101011010 101011 1001011

Color Harmonies of #DBA4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4B1

Black with #DBA4B1

Text Example


Text Example

White with #DBA4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4B1; }

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

 H1.HeaderClassName
 {
   color: #DBA4B1;
 }
 .AnyTagClassName
 {
   color: #DBA4B1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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