Html Css Color HEX #DDB0BA Blossom

📋 copy color: '#DDB0BA'

red 221 ◦ green 176 ◦ blue 186

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

Shades of Blossom #DDB0BA

Tints of Blossom #DDB0BA

RGB

 RED value IS 221 (86.72% from 255) = 37.91%

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

 BLUE value IS 186 (73.05% from 255) = 31.9%

R = 37.91%
G = 30.19%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB0BA (or 0xDDB0BA) is known color: Blossom. HEX triplet: DD, B0 and BA. RGB value is (221,176,186). Sum of RGB (Red+Green+Blue) = 221+176+186=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0BA is #224F45. Grayscale: #BEBEBE. Windows color (decimal): -2248518 or 12234973. OLE color: 12234973.

HSL color Cylindrical-coordinate representation of color #DDB0BA: hue angle of 346.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB0BA is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 176 186 -
CMYK 0 0.20 0.16 0.13
HSL 346.67º 0.4% 0.78% -
HSV(B) 346.67º 0.2% 0.87% -
XYZ 54.21 49.97 53.24 -
YUV 190.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 221 176 186 0 0.20 0.16 0.13 346.67 0.4 0.78
Hex DD B0 BA 0 14 10 D 15B 28 4E
Octal 335 260 272 0 24 20 15 533 50 116
Binary 11011101 10110000 10111010 0 10100 10000 1101 101011011 101000 1001110

Color Harmonies of #DDB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB0BA

Black with #DDB0BA

Text Example


Text Example

White with #DDB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB0BA; }

 p { color: rgb(221,176,186); }

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

background-color css

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

 a { background-color: rgb(221,176,186); }

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

border-color css

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

 span { border-color: rgb(221,176,186); }

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