Html Css Color HEX #DDB5BA Blossom

📋 copy color: '#DDB5BA'

red 221 ◦ green 181 ◦ blue 186

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

Shades of Blossom #DDB5BA

Tints of Blossom #DDB5BA

RGB

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

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

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

R = 37.59%
G = 30.78%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB5BA (or 0xDDB5BA) is known color: Blossom. HEX triplet: DD, B5 and BA. RGB value is (221,181,186). Sum of RGB (Red+Green+Blue) = 221+181+186=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5BA is #224A45. Grayscale: #C1C1C1. Windows color (decimal): -2247238 or 12236253. OLE color: 12236253.

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

Color convert

RGB 221 181 186 -
CMYK 0 0.18 0.16 0.13
HSL 352.5º 0.37% 0.79% -
HSV(B) 352.5º 0.18% 0.87% -
XYZ 55.21 51.97 53.57 -
YUV 193.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 221 181 186 0 0.18 0.16 0.13 352.5 0.37 0.79
Hex DD B5 BA 0 12 10 D 160 25 4F
Octal 335 265 272 0 22 20 15 540 45 117
Binary 11011101 10110101 10111010 0 10010 10000 1101 101100000 100101 1001111

Color Harmonies of #DDB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB5BA

Black with #DDB5BA

Text Example


Text Example

White with #DDB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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