Html Css Color HEX #DDA7B7 Blossom

📋 copy color: '#DDA7B7'

red 221 ◦ green 167 ◦ blue 183

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

Shades of Blossom #DDA7B7

Tints of Blossom #DDA7B7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.25%

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

R = 38.7%
G = 29.25%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDA7B7 (or 0xDDA7B7) is known color: Blossom. HEX triplet: DD, A7 and B7. RGB value is (221,167,183). Sum of RGB (Red+Green+Blue) = 221+167+183=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 183 (71.88% from 255 or 32.05% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7B7 is #225848. Grayscale: #B8B8B8. Windows color (decimal): -2250825 or 12036061. OLE color: 12036061.

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

Color convert

RGB 221 167 183 -
CMYK 0 0.24 0.17 0.13
HSL 342.22º 0.44% 0.76% -
HSV(B) 342.22º 0.24% 0.87% -
XYZ 52.18 46.43 51.01 -
YUV 184.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 221 167 183 0 0.24 0.17 0.13 342.22 0.44 0.76
Hex DD A7 B7 0 18 11 D 156 2C 4C
Octal 335 247 267 0 30 21 15 526 54 114
Binary 11011101 10100111 10110111 0 11000 10001 1101 101010110 101100 1001100

Color Harmonies of #DDA7B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7B7

Black with #DDA7B7

Text Example


Text Example

White with #DDA7B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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