Html Css Color HEX #DDABB7 Blossom

📋 copy color: '#DDABB7'

red 221 ◦ green 171 ◦ blue 183

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

Shades of Blossom #DDABB7

Tints of Blossom #DDABB7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.74%

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

R = 38.43%
G = 29.74%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDABB7 (or 0xDDABB7) is known color: Blossom. HEX triplet: DD, AB and B7. RGB value is (221,171,183). Sum of RGB (Red+Green+Blue) = 221+171+183=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB7 is #225448. Grayscale: #BBBBBB. Windows color (decimal): -2249801 or 12037085. OLE color: 12037085.

HSL color Cylindrical-coordinate representation of color #DDABB7: hue angle of 345.6º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABB7 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 183 -
CMYK 0 0.23 0.17 0.13
HSL 345.6º 0.42% 0.77% -
HSV(B) 345.6º 0.23% 0.87% -
XYZ 52.93 47.92 51.26 -
YUV 187.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 221 171 183 0 0.23 0.17 0.13 345.6 0.42 0.77
Hex DD AB B7 0 17 11 D 15A 2A 4D
Octal 335 253 267 0 27 21 15 532 52 115
Binary 11011101 10101011 10110111 0 10111 10001 1101 101011010 101010 1001101

Color Harmonies of #DDABB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABB7

Black with #DDABB7

Text Example


Text Example

White with #DDABB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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