Html Css Color HEX #DDACB8 Blossom

📋 copy color: '#DDACB8'

red 221 ◦ green 172 ◦ blue 184

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

Shades of Blossom #DDACB8

Tints of Blossom #DDACB8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.81%

 BLUE value IS 184 (72.27% from 255) = 31.89%

R = 38.3%
G = 29.81%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDACB8 (or 0xDDACB8) is known color: Blossom. HEX triplet: DD, AC and B8. RGB value is (221,172,184). Sum of RGB (Red+Green+Blue) = 221+172+184=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 172 (67.58% from 255 or 29.81% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB8 is #225347. Grayscale: #BCBCBC. Windows color (decimal): -2249544 or 12102877. OLE color: 12102877.

HSL color Cylindrical-coordinate representation of color #DDACB8: hue angle of 345.31º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACB8 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 184 -
CMYK 0 0.22 0.17 0.13
HSL 345.31º 0.42% 0.77% -
HSV(B) 345.31º 0.22% 0.87% -
XYZ 53.22 48.34 51.87 -
YUV 188.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 221 172 184 0 0.22 0.17 0.13 345.31 0.42 0.77
Hex DD AC B8 0 16 11 D 159 2A 4D
Octal 335 254 270 0 26 21 15 531 52 115
Binary 11011101 10101100 10111000 0 10110 10001 1101 101011001 101010 1001101

Color Harmonies of #DDACB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACB8

Black with #DDACB8

Text Example


Text Example

White with #DDACB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACB8; }

 p { color: rgb(221,172,184); }

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

background-color css

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

 a { background-color: rgb(221,172,184); }

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

border-color css

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

 span { border-color: rgb(221,172,184); }

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