Html Css Color HEX #DBA9B5 Blossom

📋 copy color: '#DBA9B5'

red 219 ◦ green 169 ◦ blue 181

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

Shades of Blossom #DBA9B5

Tints of Blossom #DBA9B5

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.7%

 BLUE value IS 181 (71.09% from 255) = 31.81%

R = 38.49%
G = 29.7%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBA9B5 (or 0xDBA9B5) is known color: Blossom. HEX triplet: DB, A9 and B5. RGB value is (219,169,181). Sum of RGB (Red+Green+Blue) = 219+169+181=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9B5 is #24564A. Grayscale: #B9B9B9. Windows color (decimal): -2381387 or 11905499. OLE color: 11905499.

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

Color convert

RGB 219 169 181 -
CMYK 0 0.23 0.17 0.14
HSL 345.6º 0.41% 0.76% -
HSV(B) 345.6º 0.23% 0.86% -
XYZ 51.74 46.77 50.02 -
YUV 185.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 219 169 181 0 0.23 0.17 0.14 345.6 0.41 0.76
Hex DB A9 B5 0 17 11 E 15A 29 4C
Octal 333 251 265 0 27 21 16 532 51 114
Binary 11011011 10101001 10110101 0 10111 10001 1110 101011010 101001 1001100

Color Harmonies of #DBA9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA9B5

Black with #DBA9B5

Text Example


Text Example

White with #DBA9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA9B5; }

 p { color: rgb(219,169,181); }

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

background-color css

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

 a { background-color: rgb(219,169,181); }

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

border-color css

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

 span { border-color: rgb(219,169,181); }

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