Html Css Color HEX #DCB7BC Blossom

📋 copy color: '#DCB7BC'

red 220 ◦ green 183 ◦ blue 188

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

Shades of Blossom #DCB7BC

Tints of Blossom #DCB7BC

RGB

 RED value IS 220 (86.33% from 255) = 37.23%

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

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

R = 37.23%
G = 30.96%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCB7BC (or 0xDCB7BC) is known color: Blossom. HEX triplet: DC, B7 and BC. RGB value is (220,183,188). Sum of RGB (Red+Green+Blue) = 220+183+188=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BC is #234843. Grayscale: #C2C2C2. Windows color (decimal): -2312260 or 12367836. OLE color: 12367836.

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

Color convert

RGB 220 183 188 -
CMYK 0 0.17 0.15 0.14
HSL 351.89º 0.35% 0.79% -
HSV(B) 351.89º 0.17% 0.86% -
XYZ 55.53 52.71 54.83 -
YUV 194.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 220 183 188 0 0.17 0.15 0.14 351.89 0.35 0.79
Hex DC B7 BC 0 11 F E 160 23 4F
Octal 334 267 274 0 21 17 16 540 43 117
Binary 11011100 10110111 10111100 0 10001 1111 1110 101100000 100011 1001111

Color Harmonies of #DCB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7BC

Black with #DCB7BC

Text Example


Text Example

White with #DCB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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