Html Css Color HEX #DBB6BC Blossom

📋 copy color: '#DBB6BC'

red 219 ◦ green 182 ◦ blue 188

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

Shades of Blossom #DBB6BC

Tints of Blossom #DBB6BC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.9%

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

R = 37.18%
G = 30.9%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBB6BC (or 0xDBB6BC) is known color: Blossom. HEX triplet: DB, B6 and BC. RGB value is (219,182,188). Sum of RGB (Red+Green+Blue) = 219+182+188=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 182 (71.48% from 255 or 30.90% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB6BC is #244943. Grayscale: #C1C1C1. Windows color (decimal): -2378052 or 12367579. OLE color: 12367579.

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

Color convert

RGB 219 182 188 -
CMYK 0 0.17 0.14 0.14
HSL 350.27º 0.34% 0.79% -
HSV(B) 350.27º 0.17% 0.86% -
XYZ 55.02 52.15 54.74 -
YUV 193.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 219 182 188 0 0.17 0.14 0.14 350.27 0.34 0.79
Hex DB B6 BC 0 11 E E 15E 22 4F
Octal 333 266 274 0 21 16 16 536 42 117
Binary 11011011 10110110 10111100 0 10001 1110 1110 101011110 100010 1001111

Color Harmonies of #DBB6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB6BC

Black with #DBB6BC

Text Example


Text Example

White with #DBB6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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