Html Css Color HEX #DDAAB8 Blossom

📋 copy color: '#DDAAB8'

red 221 ◦ green 170 ◦ blue 184

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

Shades of Blossom #DDAAB8

Tints of Blossom #DDAAB8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 184 (72.27% from 255) = 32%

R = 38.43%
G = 29.57%
B = 32%

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

#DDAAB8 (or 0xDDAAB8) is known color: Blossom. HEX triplet: DD, AA and B8. RGB value is (221,170,184). Sum of RGB (Red+Green+Blue) = 221+170+184=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAAB8 is #225547. Grayscale: #BABABA. Windows color (decimal): -2250056 or 12102365. OLE color: 12102365.

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

Color convert

RGB 221 170 184 -
CMYK 0 0.23 0.17 0.13
HSL 343.53º 0.43% 0.77% -
HSV(B) 343.53º 0.23% 0.87% -
XYZ 52.85 47.58 51.75 -
YUV 186.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 221 170 184 0 0.23 0.17 0.13 343.53 0.43 0.77
Hex DD AA B8 0 17 11 D 158 2B 4D
Octal 335 252 270 0 27 21 15 530 53 115
Binary 11011101 10101010 10111000 0 10111 10001 1101 101011000 101011 1001101

Color Harmonies of #DDAAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAAB8

Black with #DDAAB8

Text Example


Text Example

White with #DDAAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAAB8; }

 p { color: rgb(221,170,184); }

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

background-color css

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

 a { background-color: rgb(221,170,184); }

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

border-color css

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

 span { border-color: rgb(221,170,184); }

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