Html Css Color HEX #DCB0B5 Blossom

📋 copy color: '#DCB0B5'

red 220 ◦ green 176 ◦ blue 181

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

Shades of Blossom #DCB0B5

Tints of Blossom #DCB0B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.37%

R = 38.13%
G = 30.5%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DCB0B5 (or 0xDCB0B5) is known color: Blossom. HEX triplet: DC, B0 and B5. RGB value is (220,176,181). Sum of RGB (Red+Green+Blue) = 220+176+181=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0B5 is #234F4A. Grayscale: #BDBDBD. Windows color (decimal): -2314059 or 11907292. OLE color: 11907292.

HSL color Cylindrical-coordinate representation of color #DCB0B5: hue angle of 353.18º 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 #DCB0B5 is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 176 181 -
CMYK 0 0.2 0.18 0.14
HSL 353.18º 0.39% 0.78% -
HSV(B) 353.18º 0.2% 0.86% -
XYZ 53.38 49.6 50.48 -
YUV 189.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 220 176 181 0 0.2 0.18 0.14 353.18 0.39 0.78
Hex DC B0 B5 0 14 12 E 161 27 4E
Octal 334 260 265 0 24 22 16 541 47 116
Binary 11011100 10110000 10110101 0 10100 10010 1110 101100001 100111 1001110

Color Harmonies of #DCB0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB0B5

Black with #DCB0B5

Text Example


Text Example

White with #DCB0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB0B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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