Html Css Color HEX #DBB4BA Blossom

📋 copy color: '#DBB4BA'

red 219 ◦ green 180 ◦ blue 186

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

Shades of Blossom #DBB4BA

Tints of Blossom #DBB4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

 BLUE value IS 186 (73.05% from 255) = 31.79%

R = 37.44%
G = 30.77%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBB4BA (or 0xDBB4BA) is known color: Blossom. HEX triplet: DB, B4 and BA. RGB value is (219,180,186). Sum of RGB (Red+Green+Blue) = 219+180+186=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BA is #244B45. Grayscale: #C0C0C0. Windows color (decimal): -2378566 or 12235995. OLE color: 12235995.

HSL color Cylindrical-coordinate representation of color #DBB4BA: hue angle of 350.77º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBB4BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 186 -
CMYK 0 0.18 0.15 0.14
HSL 350.77º 0.35% 0.78% -
HSV(B) 350.77º 0.18% 0.86% -
XYZ 54.4 51.25 53.48 -
YUV 192.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 219 180 186 0 0.18 0.15 0.14 350.77 0.35 0.78
Hex DB B4 BA 0 12 F E 15F 23 4E
Octal 333 264 272 0 22 17 16 537 43 116
Binary 11011011 10110100 10111010 0 10010 1111 1110 101011111 100011 1001110

Color Harmonies of #DBB4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4BA

Black with #DBB4BA

Text Example


Text Example

White with #DBB4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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