Html Css Color HEX #DCB1B7 Blossom

📋 copy color: '#DCB1B7'

red 220 ◦ green 177 ◦ blue 183

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

Shades of Blossom #DCB1B7

Tints of Blossom #DCB1B7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

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

R = 37.93%
G = 30.52%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCB1B7 (or 0xDCB1B7) is known color: Blossom. HEX triplet: DC, B1 and B7. RGB value is (220,177,183). Sum of RGB (Red+Green+Blue) = 220+177+183=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1B7 is #234E48. Grayscale: #BEBEBE. Windows color (decimal): -2313801 or 12038620. OLE color: 12038620.

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

Color convert

RGB 220 177 183 -
CMYK 0 0.20 0.17 0.14
HSL 351.63º 0.38% 0.78% -
HSV(B) 351.63º 0.2% 0.86% -
XYZ 53.78 50.08 51.63 -
YUV 190.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 220 177 183 0 0.20 0.17 0.14 351.63 0.38 0.78
Hex DC B1 B7 0 14 11 E 160 26 4E
Octal 334 261 267 0 24 21 16 540 46 116
Binary 11011100 10110001 10110111 0 10100 10001 1110 101100000 100110 1001110

Color Harmonies of #DCB1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB1B7

Black with #DCB1B7

Text Example


Text Example

White with #DCB1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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