Html Css Color HEX #DBA7B2 Blossom

📋 copy color: '#DBA7B2'

red 219 ◦ green 167 ◦ blue 178

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

Shades of Blossom #DBA7B2

Tints of Blossom #DBA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.61%

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 38.83%
G = 29.61%
B = 31.56%

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

#DBA7B2 (or 0xDBA7B2) is known color: Blossom. HEX triplet: DB, A7 and B2. RGB value is (219,167,178). Sum of RGB (Red+Green+Blue) = 219+167+178=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7B2 is #24584D. Grayscale: #B7B7B7. Windows color (decimal): -2381902 or 11708379. OLE color: 11708379.

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

Color convert

RGB 219 167 178 -
CMYK 0 0.24 0.19 0.14
HSL 347.31º 0.42% 0.76% -
HSV(B) 347.31º 0.24% 0.86% -
XYZ 51.07 45.91 48.29 -
YUV 183.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 219 167 178 0 0.24 0.19 0.14 347.31 0.42 0.76
Hex DB A7 B2 0 18 13 E 15B 2A 4C
Octal 333 247 262 0 30 23 16 533 52 114
Binary 11011011 10100111 10110010 0 11000 10011 1110 101011011 101010 1001100

Color Harmonies of #DBA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA7B2

Black with #DBA7B2

Text Example


Text Example

White with #DBA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA7B2; }

 p { color: rgb(219,167,178); }

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

background-color css

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

 a { background-color: rgb(219,167,178); }

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

border-color css

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

 span { border-color: rgb(219,167,178); }

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