Html Css Color HEX #DBA6B1 Blossom

📋 copy color: '#DBA6B1'

red 219 ◦ green 166 ◦ blue 177

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

Shades of Blossom #DBA6B1

Tints of Blossom #DBA6B1

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.54%

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

R = 38.97%
G = 29.54%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBA6B1 (or 0xDBA6B1) is known color: Blossom. HEX triplet: DB, A6 and B1. RGB value is (219,166,177). Sum of RGB (Red+Green+Blue) = 219+166+177=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6B1 is #24594E. Grayscale: #B7B7B7. Windows color (decimal): -2382159 or 11642587. OLE color: 11642587.

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

Color convert

RGB 219 166 177 -
CMYK 0 0.24 0.19 0.14
HSL 347.55º 0.42% 0.75% -
HSV(B) 347.55º 0.24% 0.86% -
XYZ 50.79 45.51 47.7 -
YUV 183.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 219 166 177 0 0.24 0.19 0.14 347.55 0.42 0.75
Hex DB A6 B1 0 18 13 E 15C 2A 4B
Octal 333 246 261 0 30 23 16 534 52 113
Binary 11011011 10100110 10110001 0 11000 10011 1110 101011100 101010 1001011

Color Harmonies of #DBA6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6B1

Black with #DBA6B1

Text Example


Text Example

White with #DBA6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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