Html Css Color HEX #DBB2BA Blossom

📋 copy color: '#DBB2BA'

red 219 ◦ green 178 ◦ blue 186

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

Shades of Blossom #DBB2BA

Tints of Blossom #DBB2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.53%

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

R = 37.56%
G = 30.53%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBB2BA (or 0xDBB2BA) is known color: Blossom. HEX triplet: DB, B2 and BA. RGB value is (219,178,186). Sum of RGB (Red+Green+Blue) = 219+178+186=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2BA is #244D45. Grayscale: #BFBFBF. Windows color (decimal): -2379078 or 12235483. OLE color: 12235483.

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

Color convert

RGB 219 178 186 -
CMYK 0 0.19 0.15 0.14
HSL 348.29º 0.36% 0.78% -
HSV(B) 348.29º 0.19% 0.86% -
XYZ 54 50.45 53.35 -
YUV 191.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 219 178 186 0 0.19 0.15 0.14 348.29 0.36 0.78
Hex DB B2 BA 0 13 F E 15C 24 4E
Octal 333 262 272 0 23 17 16 534 44 116
Binary 11011011 10110010 10111010 0 10011 1111 1110 101011100 100100 1001110

Color Harmonies of #DBB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB2BA

Black with #DBB2BA

Text Example


Text Example

White with #DBB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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