Html Css Color HEX #DCB5B9 Blossom

📋 copy color: '#DCB5B9'

red 220 ◦ green 181 ◦ blue 185

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

Shades of Blossom #DCB5B9

Tints of Blossom #DCB5B9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.89%

 BLUE value IS 185 (72.66% from 255) = 31.57%

R = 37.54%
G = 30.89%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCB5B9 (or 0xDCB5B9) is known color: Blossom. HEX triplet: DC, B5 and B9. RGB value is (220,181,185). Sum of RGB (Red+Green+Blue) = 220+181+185=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B9 is #234A46. Grayscale: #C1C1C1. Windows color (decimal): -2312775 or 12170716. OLE color: 12170716.

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

Color convert

RGB 220 181 185 -
CMYK 0 0.18 0.16 0.14
HSL 353.85º 0.36% 0.79% -
HSV(B) 353.85º 0.18% 0.86% -
XYZ 54.8 51.77 53 -
YUV 193.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 220 181 185 0 0.18 0.16 0.14 353.85 0.36 0.79
Hex DC B5 B9 0 12 10 E 162 24 4F
Octal 334 265 271 0 22 20 16 542 44 117
Binary 11011100 10110101 10111001 0 10010 10000 1110 101100010 100100 1001111

Color Harmonies of #DCB5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5B9

Black with #DCB5B9

Text Example


Text Example

White with #DCB5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5B9; }

 p { color: rgb(220,181,185); }

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

background-color css

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

 a { background-color: rgb(220,181,185); }

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

border-color css

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

 span { border-color: rgb(220,181,185); }

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