Html Css Color HEX #DDB9BE Blossom

📋 copy color: '#DDB9BE'

red 221 ◦ green 185 ◦ blue 190

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

Shades of Blossom #DDB9BE

Tints of Blossom #DDB9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.04%

 BLUE value IS 190 (74.61% from 255) = 31.88%

R = 37.08%
G = 31.04%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DDB9BE (or 0xDDB9BE) is known color: Blossom. HEX triplet: DD, B9 and BE. RGB value is (221,185,190). Sum of RGB (Red+Green+Blue) = 221+185+190=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9BE is #224641. Grayscale: #C4C4C4. Windows color (decimal): -2246210 or 12499421. OLE color: 12499421.

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

Color convert

RGB 221 185 190 -
CMYK 0 0.16 0.14 0.13
HSL 351.67º 0.35% 0.8% -
HSV(B) 351.67º 0.16% 0.87% -
XYZ 56.46 53.79 56.12 -
YUV 196.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 221 185 190 0 0.16 0.14 0.13 351.67 0.35 0.8
Hex DD B9 BE 0 10 E D 160 23 50
Octal 335 271 276 0 20 16 15 540 43 120
Binary 11011101 10111001 10111110 0 10000 1110 1101 101100000 100011 1010000

Color Harmonies of #DDB9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9BE

Black with #DDB9BE

Text Example


Text Example

White with #DDB9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9BE; }

 p { color: rgb(221,185,190); }

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

background-color css

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

 a { background-color: rgb(221,185,190); }

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

border-color css

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

 span { border-color: rgb(221,185,190); }

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