Html Css Color HEX #DCB0B7 Blossom

📋 copy color: '#DCB0B7'

red 220 ◦ green 176 ◦ blue 183

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

Shades of Blossom #DCB0B7

Tints of Blossom #DCB0B7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.4%

 BLUE value IS 183 (71.88% from 255) = 31.61%

R = 38%
G = 30.4%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCB0B7 (or 0xDCB0B7) is known color: Blossom. HEX triplet: DC, B0 and B7. RGB value is (220,176,183). Sum of RGB (Red+Green+Blue) = 220+176+183=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 183 (71.88% from 255 or 31.61% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0B7 is #234F48. Grayscale: #BDBDBD. Windows color (decimal): -2314057 or 12038364. OLE color: 12038364.

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

Color convert

RGB 220 176 183 -
CMYK 0 0.2 0.17 0.14
HSL 350.45º 0.39% 0.78% -
HSV(B) 350.45º 0.2% 0.86% -
XYZ 53.59 49.69 51.57 -
YUV 189.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 220 176 183 0 0.2 0.17 0.14 350.45 0.39 0.78
Hex DC B0 B7 0 14 11 E 15E 27 4E
Octal 334 260 267 0 24 21 16 536 47 116
Binary 11011100 10110000 10110111 0 10100 10001 1110 101011110 100111 1001110

Color Harmonies of #DCB0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0B7

Black with #DCB0B7

Text Example


Text Example

White with #DCB0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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