Html Css Color HEX #DBB4BB Blossom

📋 copy color: '#DBB4BB'

red 219 ◦ green 180 ◦ blue 187

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

Shades of Blossom #DBB4BB

Tints of Blossom #DBB4BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.91%

R = 37.37%
G = 30.72%
B = 31.91%

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

#DBB4BB (or 0xDBB4BB) is known color: Blossom. HEX triplet: DB, B4 and BB. RGB value is (219,180,187). Sum of RGB (Red+Green+Blue) = 219+180+187=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB4BB is #244B44. Grayscale: #C0C0C0. Windows color (decimal): -2378565 or 12301531. OLE color: 12301531.

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

Color convert

RGB 219 180 187 -
CMYK 0 0.18 0.15 0.14
HSL 349.23º 0.35% 0.78% -
HSV(B) 349.23º 0.18% 0.86% -
XYZ 54.5 51.29 54.04 -
YUV 192.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 219 180 187 0 0.18 0.15 0.14 349.23 0.35 0.78
Hex DB B4 BB 0 12 F E 15D 23 4E
Octal 333 264 273 0 22 17 16 535 43 116
Binary 11011011 10110100 10111011 0 10010 1111 1110 101011101 100011 1001110

Color Harmonies of #DBB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4BB

Black with #DBB4BB

Text Example


Text Example

White with #DBB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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