Html Css Color HEX #DDACB4 Blossom

📋 copy color: '#DDACB4'

red 221 ◦ green 172 ◦ blue 180

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

Shades of Blossom #DDACB4

Tints of Blossom #DDACB4

RGB

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

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

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

R = 38.57%
G = 30.02%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDACB4 (or 0xDDACB4) is known color: Blossom. HEX triplet: DD, AC and B4. RGB value is (221,172,180). Sum of RGB (Red+Green+Blue) = 221+172+180=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACB4 is #22534B. Grayscale: #BBBBBB. Windows color (decimal): -2249548 or 11840733. OLE color: 11840733.

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

Color convert

RGB 221 172 180 -
CMYK 0 0.22 0.19 0.13
HSL 350.2º 0.42% 0.77% -
HSV(B) 350.2º 0.22% 0.87% -
XYZ 52.81 48.17 49.69 -
YUV 187.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 221 172 180 0 0.22 0.19 0.13 350.2 0.42 0.77
Hex DD AC B4 0 16 13 D 15E 2A 4D
Octal 335 254 264 0 26 23 15 536 52 115
Binary 11011101 10101100 10110100 0 10110 10011 1101 101011110 101010 1001101

Color Harmonies of #DDACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACB4

Black with #DDACB4

Text Example


Text Example

White with #DDACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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