Html Css Color HEX #DDA5B1 Blossom

📋 copy color: '#DDA5B1'

red 221 ◦ green 165 ◦ blue 177

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

Shades of Blossom #DDA5B1

Tints of Blossom #DDA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.31%

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 39.25%
G = 29.31%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDA5B1 (or 0xDDA5B1) is known color: Blossom. HEX triplet: DD, A5 and B1. RGB value is (221,165,177). Sum of RGB (Red+Green+Blue) = 221+165+177=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5B1 is #225A4E. Grayscale: #B7B7B7. Windows color (decimal): -2251343 or 11642333. OLE color: 11642333.

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

Color convert

RGB 221 165 177 -
CMYK 0 0.25 0.20 0.13
HSL 347.14º 0.45% 0.76% -
HSV(B) 347.14º 0.25% 0.87% -
XYZ 51.21 45.46 47.67 -
YUV 183.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 221 165 177 0 0.25 0.20 0.13 347.14 0.45 0.76
Hex DD A5 B1 0 19 14 D 15B 2D 4C
Octal 335 245 261 0 31 24 15 533 55 114
Binary 11011101 10100101 10110001 0 11001 10100 1101 101011011 101101 1001100

Color Harmonies of #DDA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5B1

Black with #DDA5B1

Text Example


Text Example

White with #DDA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5B1; }

 p { color: rgb(221,165,177); }

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

background-color css

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

 a { background-color: rgb(221,165,177); }

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

border-color css

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

 span { border-color: rgb(221,165,177); }

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