Html Css Color HEX #DDB4B9 Blossom

📋 copy color: '#DDB4B9'

red 221 ◦ green 180 ◦ blue 185

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

Shades of Blossom #DDB4B9

Tints of Blossom #DDB4B9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.72%

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

R = 37.71%
G = 30.72%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDB4B9 (or 0xDDB4B9) is known color: Blossom. HEX triplet: DD, B4 and B9. RGB value is (221,180,185). Sum of RGB (Red+Green+Blue) = 221+180+185=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 180 (70.70% from 255 or 30.72% from 586); Blue value is 185 (72.66% from 255 or 31.57% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4B9 is #224B46. Grayscale: #C0C0C0. Windows color (decimal): -2247495 or 12170461. OLE color: 12170461.

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

Color convert

RGB 221 180 185 -
CMYK 0 0.19 0.16 0.13
HSL 352.68º 0.38% 0.79% -
HSV(B) 352.68º 0.19% 0.87% -
XYZ 54.9 51.52 52.95 -
YUV 192.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 221 180 185 0 0.19 0.16 0.13 352.68 0.38 0.79
Hex DD B4 B9 0 13 10 D 161 26 4F
Octal 335 264 271 0 23 20 15 541 46 117
Binary 11011101 10110100 10111001 0 10011 10000 1101 101100001 100110 1001111

Color Harmonies of #DDB4B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB4B9

Black with #DDB4B9

Text Example


Text Example

White with #DDB4B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB4B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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