Html Css Color HEX #DBA6B6 Blossom

📋 copy color: '#DBA6B6'

red 219 ◦ green 166 ◦ blue 182

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

Shades of Blossom #DBA6B6

Tints of Blossom #DBA6B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 32.1%

R = 38.62%
G = 29.28%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBA6B6 (or 0xDBA6B6) is known color: Blossom. HEX triplet: DB, A6 and B6. RGB value is (219,166,182). Sum of RGB (Red+Green+Blue) = 219+166+182=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6B6 is #245949. Grayscale: #B7B7B7. Windows color (decimal): -2382154 or 11970267. OLE color: 11970267.

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

Color convert

RGB 219 166 182 -
CMYK 0 0.24 0.17 0.14
HSL 341.89º 0.42% 0.75% -
HSV(B) 341.89º 0.24% 0.86% -
XYZ 51.29 45.71 50.38 -
YUV 183.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 219 166 182 0 0.24 0.17 0.14 341.89 0.42 0.75
Hex DB A6 B6 0 18 11 E 156 2A 4B
Octal 333 246 266 0 30 21 16 526 52 113
Binary 11011011 10100110 10110110 0 11000 10001 1110 101010110 101010 1001011

Color Harmonies of #DBA6B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA6B6

Black with #DBA6B6

Text Example


Text Example

White with #DBA6B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA6B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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