Html Css Color HEX #DDABB3 Blossom

📋 copy color: '#DDABB3'

red 221 ◦ green 171 ◦ blue 179

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

Shades of Blossom #DDABB3

Tints of Blossom #DDABB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.35%

R = 38.7%
G = 29.95%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDABB3 (or 0xDDABB3) is known color: Blossom. HEX triplet: DD, AB and B3. RGB value is (221,171,179). Sum of RGB (Red+Green+Blue) = 221+171+179=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABB3 is #22544C. Grayscale: #BABABA. Windows color (decimal): -2249805 or 11774941. OLE color: 11774941.

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

Color convert

RGB 221 171 179 -
CMYK 0 0.23 0.19 0.13
HSL 350.4º 0.42% 0.77% -
HSV(B) 350.4º 0.23% 0.87% -
XYZ 52.52 47.75 49.1 -
YUV 186.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 221 171 179 0 0.23 0.19 0.13 350.4 0.42 0.77
Hex DD AB B3 0 17 13 D 15E 2A 4D
Octal 335 253 263 0 27 23 15 536 52 115
Binary 11011101 10101011 10110011 0 10111 10011 1101 101011110 101010 1001101

Color Harmonies of #DDABB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDABB3

Black with #DDABB3

Text Example


Text Example

White with #DDABB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDABB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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