Html Css Color HEX #DBACB2 Blossom

📋 copy color: '#DBACB2'

red 219 ◦ green 172 ◦ blue 178

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

Shades of Blossom #DBACB2

Tints of Blossom #DBACB2

RGB

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

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

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

R = 38.49%
G = 30.23%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBACB2 (or 0xDBACB2) is known color: Blossom. HEX triplet: DB, AC and B2. RGB value is (219,172,178). Sum of RGB (Red+Green+Blue) = 219+172+178=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBACB2 is #24534D. Grayscale: #BABABA. Windows color (decimal): -2380622 or 11709659. OLE color: 11709659.

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

Color convert

RGB 219 172 178 -
CMYK 0 0.21 0.19 0.14
HSL 352.34º 0.39% 0.77% -
HSV(B) 352.34º 0.21% 0.86% -
XYZ 52 47.78 48.6 -
YUV 186.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 219 172 178 0 0.21 0.19 0.14 352.34 0.39 0.77
Hex DB AC B2 0 15 13 E 160 27 4D
Octal 333 254 262 0 25 23 16 540 47 115
Binary 11011011 10101100 10110010 0 10101 10011 1110 101100000 100111 1001101

Color Harmonies of #DBACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACB2

Black with #DBACB2

Text Example


Text Example

White with #DBACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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