Html Css Color HEX #DDABB5 Blossom

📋 copy color: '#DDABB5'

red 221 ◦ green 171 ◦ blue 181

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

Shades of Blossom #DDABB5

Tints of Blossom #DDABB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 38.57%
G = 29.84%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDABB5 (or 0xDDABB5) is known color: Blossom. HEX triplet: DD, AB and B5. RGB value is (221,171,181). Sum of RGB (Red+Green+Blue) = 221+171+181=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB5 is #22544A. Grayscale: #BBBBBB. Windows color (decimal): -2249803 or 11906013. OLE color: 11906013.

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

Color convert

RGB 221 171 181 -
CMYK 0 0.23 0.18 0.13
HSL 348º 0.42% 0.77% -
HSV(B) 348º 0.23% 0.87% -
XYZ 52.72 47.83 50.17 -
YUV 187.09 124.57 152.19 -
System Red Green Blue C M Y K H S L
Decimal 221 171 181 0 0.23 0.18 0.13 348 0.42 0.77
Hex DD AB B5 0 17 12 D 15C 2A 4D
Octal 335 253 265 0 27 22 15 534 52 115
Binary 11011101 10101011 10110101 0 10111 10010 1101 101011100 101010 1001101

Color Harmonies of #DDABB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABB5

Black with #DDABB5

Text Example


Text Example

White with #DDABB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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