Html Css Color HEX #DDB1B9 Blossom

📋 copy color: '#DDB1B9'

red 221 ◦ green 177 ◦ blue 185

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

Shades of Blossom #DDB1B9

Tints of Blossom #DDB1B9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.36%

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

R = 37.91%
G = 30.36%
B = 31.73%

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

#DDB1B9 (or 0xDDB1B9) is known color: Blossom. HEX triplet: DD, B1 and B9. RGB value is (221,177,185). Sum of RGB (Red+Green+Blue) = 221+177+185=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 185 (72.66% from 255 or 31.73% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1B9 is #224E46. Grayscale: #BFBFBF. Windows color (decimal): -2248263 or 12169693. OLE color: 12169693.

HSL color Cylindrical-coordinate representation of color #DDB1B9: hue angle of 349.09º degrees, saturation: 0.39, 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 #DDB1B9 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 177 185 -
CMYK 0 0.20 0.16 0.13
HSL 349.09º 0.39% 0.78% -
HSV(B) 349.09º 0.2% 0.87% -
XYZ 54.3 50.32 52.75 -
YUV 191.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 221 177 185 0 0.20 0.16 0.13 349.09 0.39 0.78
Hex DD B1 B9 0 14 10 D 15D 27 4E
Octal 335 261 271 0 24 20 15 535 47 116
Binary 11011101 10110001 10111001 0 10100 10000 1101 101011101 100111 1001110

Color Harmonies of #DDB1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1B9

Black with #DDB1B9

Text Example


Text Example

White with #DDB1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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