Html Css Color HEX #DDA5B2 Blossom

📋 copy color: '#DDA5B2'

red 221 ◦ green 165 ◦ blue 178

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

Shades of Blossom #DDA5B2

Tints of Blossom #DDA5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.56%

R = 39.18%
G = 29.26%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDA5B2 (or 0xDDA5B2) is known color: Blossom. HEX triplet: DD, A5 and B2. RGB value is (221,165,178). Sum of RGB (Red+Green+Blue) = 221+165+178=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA5B2 is #225A4D. Grayscale: #B7B7B7. Windows color (decimal): -2251342 or 11707869. OLE color: 11707869.

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

Color convert

RGB 221 165 178 -
CMYK 0 0.25 0.19 0.13
HSL 346.07º 0.45% 0.76% -
HSV(B) 346.07º 0.25% 0.87% -
XYZ 51.31 45.5 48.2 -
YUV 183.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 221 165 178 0 0.25 0.19 0.13 346.07 0.45 0.76
Hex DD A5 B2 0 19 13 D 15A 2D 4C
Octal 335 245 262 0 31 23 15 532 55 114
Binary 11011101 10100101 10110010 0 11001 10011 1101 101011010 101101 1001100

Color Harmonies of #DDA5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5B2

Black with #DDA5B2

Text Example


Text Example

White with #DDA5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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