Html Css Color HEX #DDB1B7 Blossom

📋 copy color: '#DDB1B7'

red 221 ◦ green 177 ◦ blue 183

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

Shades of Blossom #DDB1B7

Tints of Blossom #DDB1B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.5%

R = 38.04%
G = 30.46%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDB1B7 (or 0xDDB1B7) is known color: Blossom. HEX triplet: DD, B1 and B7. RGB value is (221,177,183). Sum of RGB (Red+Green+Blue) = 221+177+183=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1B7 is #224E48. Grayscale: #BEBEBE. Windows color (decimal): -2248265 or 12038621. OLE color: 12038621.

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

Color convert

RGB 221 177 183 -
CMYK 0 0.20 0.17 0.13
HSL 351.82º 0.39% 0.78% -
HSV(B) 351.82º 0.2% 0.87% -
XYZ 54.09 50.24 51.65 -
YUV 190.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 221 177 183 0 0.20 0.17 0.13 351.82 0.39 0.78
Hex DD B1 B7 0 14 11 D 160 27 4E
Octal 335 261 267 0 24 21 15 540 47 116
Binary 11011101 10110001 10110111 0 10100 10001 1101 101100000 100111 1001110

Color Harmonies of #DDB1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1B7

Black with #DDB1B7

Text Example


Text Example

White with #DDB1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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