Html Css Color HEX #DDA8B7 Blossom

📋 copy color: '#DDA8B7'

red 221 ◦ green 168 ◦ blue 183

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

Shades of Blossom #DDA8B7

Tints of Blossom #DDA8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.37%

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

R = 38.64%
G = 29.37%
B = 31.99%

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

#DDA8B7 (or 0xDDA8B7) is known color: Blossom. HEX triplet: DD, A8 and B7. RGB value is (221,168,183). Sum of RGB (Red+Green+Blue) = 221+168+183=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 183 (71.88% from 255 or 31.99% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8B7 is #225748. Grayscale: #B9B9B9. Windows color (decimal): -2250569 or 12036317. OLE color: 12036317.

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

Color convert

RGB 221 168 183 -
CMYK 0 0.24 0.17 0.13
HSL 343.02º 0.44% 0.76% -
HSV(B) 343.02º 0.24% 0.87% -
XYZ 52.37 46.8 51.07 -
YUV 185.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 221 168 183 0 0.24 0.17 0.13 343.02 0.44 0.76
Hex DD A8 B7 0 18 11 D 157 2C 4C
Octal 335 250 267 0 30 21 15 527 54 114
Binary 11011101 10101000 10110111 0 11000 10001 1101 101010111 101100 1001100

Color Harmonies of #DDA8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8B7

Black with #DDA8B7

Text Example


Text Example

White with #DDA8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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