Html Css Color HEX #DBA5B6 Blossom

📋 copy color: '#DBA5B6'

red 219 ◦ green 165 ◦ blue 182

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

Shades of Blossom #DBA5B6

Tints of Blossom #DBA5B6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.15%

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

R = 38.69%
G = 29.15%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBA5B6 (or 0xDBA5B6) is known color: Blossom. HEX triplet: DB, A5 and B6. RGB value is (219,165,182). Sum of RGB (Red+Green+Blue) = 219+165+182=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5B6 is #245A49. Grayscale: #B7B7B7. Windows color (decimal): -2382410 or 11970011. OLE color: 11970011.

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

Color convert

RGB 219 165 182 -
CMYK 0 0.25 0.17 0.14
HSL 341.11º 0.43% 0.75% -
HSV(B) 341.11º 0.25% 0.86% -
XYZ 51.11 45.35 50.32 -
YUV 183.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 219 165 182 0 0.25 0.17 0.14 341.11 0.43 0.75
Hex DB A5 B6 0 19 11 E 155 2B 4B
Octal 333 245 266 0 31 21 16 525 53 113
Binary 11011011 10100101 10110110 0 11001 10001 1110 101010101 101011 1001011

Color Harmonies of #DBA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5B6

Black with #DBA5B6

Text Example


Text Example

White with #DBA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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