Html Css Color HEX #DDA8B5 Blossom

📋 copy color: '#DDA8B5'

red 221 ◦ green 168 ◦ blue 181

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

Shades of Blossom #DDA8B5

Tints of Blossom #DDA8B5

RGB

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

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

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

R = 38.77%
G = 29.47%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDA8B5 (or 0xDDA8B5) is known color: Blossom. HEX triplet: DD, A8 and B5. RGB value is (221,168,181). Sum of RGB (Red+Green+Blue) = 221+168+181=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8B5 is #22574A. Grayscale: #B9B9B9. Windows color (decimal): -2250571 or 11905245. OLE color: 11905245.

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

Color convert

RGB 221 168 181 -
CMYK 0 0.24 0.18 0.13
HSL 345.28º 0.44% 0.76% -
HSV(B) 345.28º 0.24% 0.87% -
XYZ 52.16 46.71 49.98 -
YUV 185.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 221 168 181 0 0.24 0.18 0.13 345.28 0.44 0.76
Hex DD A8 B5 0 18 12 D 159 2C 4C
Octal 335 250 265 0 30 22 15 531 54 114
Binary 11011101 10101000 10110101 0 11000 10010 1101 101011001 101100 1001100

Color Harmonies of #DDA8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8B5

Black with #DDA8B5

Text Example


Text Example

White with #DDA8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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