Html Css Color HEX #DBACB6 Blossom

📋 copy color: '#DBACB6'

red 219 ◦ green 172 ◦ blue 182

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

Shades of Blossom #DBACB6

Tints of Blossom #DBACB6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.02%

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

R = 38.22%
G = 30.02%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DBACB6 (or 0xDBACB6) is known color: Blossom. HEX triplet: DB, AC and B6. RGB value is (219,172,182). Sum of RGB (Red+Green+Blue) = 219+172+182=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB6 is #245349. Grayscale: #BBBBBB. Windows color (decimal): -2380618 or 11971803. OLE color: 11971803.

HSL color Cylindrical-coordinate representation of color #DBACB6: hue angle of 347.23º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACB6 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 182 -
CMYK 0 0.21 0.17 0.14
HSL 347.23º 0.39% 0.77% -
HSV(B) 347.23º 0.21% 0.86% -
XYZ 52.41 47.94 50.75 -
YUV 187.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 219 172 182 0 0.21 0.17 0.14 347.23 0.39 0.77
Hex DB AC B6 0 15 11 E 15B 27 4D
Octal 333 254 266 0 25 21 16 533 47 115
Binary 11011011 10101100 10110110 0 10101 10001 1110 101011011 100111 1001101

Color Harmonies of #DBACB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACB6

Black with #DBACB6

Text Example


Text Example

White with #DBACB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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