Html Css Color HEX #DBACB4 Blossom

📋 copy color: '#DBACB4'

red 219 ◦ green 172 ◦ blue 180

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

Shades of Blossom #DBACB4

Tints of Blossom #DBACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.52%

R = 38.35%
G = 30.12%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DBACB4 (or 0xDBACB4) is known color: Blossom. HEX triplet: DB, AC and B4. RGB value is (219,172,180). Sum of RGB (Red+Green+Blue) = 219+172+180=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB4 is #24534B. Grayscale: #BABABA. Windows color (decimal): -2380620 or 11840731. OLE color: 11840731.

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

Color convert

RGB 219 172 180 -
CMYK 0 0.21 0.18 0.14
HSL 349.79º 0.39% 0.77% -
HSV(B) 349.79º 0.21% 0.86% -
XYZ 52.2 47.86 49.67 -
YUV 186.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 219 172 180 0 0.21 0.18 0.14 349.79 0.39 0.77
Hex DB AC B4 0 15 12 E 15E 27 4D
Octal 333 254 264 0 25 22 16 536 47 115
Binary 11011011 10101100 10110100 0 10101 10010 1110 101011110 100111 1001101

Color Harmonies of #DBACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACB4

Black with #DBACB4

Text Example


Text Example

White with #DBACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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