Html Css Color HEX #DBB7BC Blossom

📋 copy color: '#DBB7BC'

red 219 ◦ green 183 ◦ blue 188

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

Shades of Blossom #DBB7BC

Tints of Blossom #DBB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.02%

 BLUE value IS 188 (73.83% from 255) = 31.86%

R = 37.12%
G = 31.02%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBB7BC (or 0xDBB7BC) is known color: Blossom. HEX triplet: DB, B7 and BC. RGB value is (219,183,188). Sum of RGB (Red+Green+Blue) = 219+183+188=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB7BC is #244843. Grayscale: #C2C2C2. Windows color (decimal): -2377796 or 12367835. OLE color: 12367835.

HSL color Cylindrical-coordinate representation of color #DBB7BC: hue angle of 351.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB7BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 183 188 -
CMYK 0 0.16 0.14 0.14
HSL 351.67º 0.33% 0.79% -
HSV(B) 351.67º 0.16% 0.86% -
XYZ 55.22 52.56 54.81 -
YUV 194.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 219 183 188 0 0.16 0.14 0.14 351.67 0.33 0.79
Hex DB B7 BC 0 10 E E 160 21 4F
Octal 333 267 274 0 20 16 16 540 41 117
Binary 11011011 10110111 10111100 0 10000 1110 1110 101100000 100001 1001111

Color Harmonies of #DBB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB7BC

Black with #DBB7BC

Text Example


Text Example

White with #DBB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB7BC; }

 p { color: rgb(219,183,188); }

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

background-color css

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

 a { background-color: rgb(219,183,188); }

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

border-color css

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

 span { border-color: rgb(219,183,188); }

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