Html Css Color HEX #DDA5B4 Blossom

📋 copy color: '#DDA5B4'

red 221 ◦ green 165 ◦ blue 180

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

Shades of Blossom #DDA5B4

Tints of Blossom #DDA5B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 31.8%

R = 39.05%
G = 29.15%
B = 31.8%

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

#DDA5B4 (or 0xDDA5B4) is known color: Blossom. HEX triplet: DD, A5 and B4. RGB value is (221,165,180). Sum of RGB (Red+Green+Blue) = 221+165+180=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 180 (70.70% from 255 or 31.80% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5B4 is #225A4B. Grayscale: #B7B7B7. Windows color (decimal): -2251340 or 11838941. OLE color: 11838941.

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

Color convert

RGB 221 165 180 -
CMYK 0 0.25 0.19 0.13
HSL 343.93º 0.45% 0.76% -
HSV(B) 343.93º 0.25% 0.87% -
XYZ 51.51 45.58 49.26 -
YUV 183.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 221 165 180 0 0.25 0.19 0.13 343.93 0.45 0.76
Hex DD A5 B4 0 19 13 D 158 2D 4C
Octal 335 245 264 0 31 23 15 530 55 114
Binary 11011101 10100101 10110100 0 11001 10011 1101 101011000 101101 1001100

Color Harmonies of #DDA5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5B4

Black with #DDA5B4

Text Example


Text Example

White with #DDA5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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