Html Css Color HEX #DDACB2 Blossom

📋 copy color: '#DDACB2'

red 221 ◦ green 172 ◦ blue 178

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

Shades of Blossom #DDACB2

Tints of Blossom #DDACB2

RGB

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

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

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

R = 38.7%
G = 30.12%
B = 31.17%

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

#DDACB2 (or 0xDDACB2) is known color: Blossom. HEX triplet: DD, AC and B2. RGB value is (221,172,178). Sum of RGB (Red+Green+Blue) = 221+172+178=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 178 (69.92% from 255 or 31.17% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACB2 is #22534D. Grayscale: #BBBBBB. Windows color (decimal): -2249550 or 11709661. OLE color: 11709661.

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

Color convert

RGB 221 172 178 -
CMYK 0 0.22 0.19 0.13
HSL 352.65º 0.42% 0.77% -
HSV(B) 352.65º 0.22% 0.87% -
XYZ 52.61 48.09 48.63 -
YUV 187.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 221 172 178 0 0.22 0.19 0.13 352.65 0.42 0.77
Hex DD AC B2 0 16 13 D 161 2A 4D
Octal 335 254 262 0 26 23 15 541 52 115
Binary 11011101 10101100 10110010 0 10110 10011 1101 101100001 101010 1001101

Color Harmonies of #DDACB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDACB2

Black with #DDACB2

Text Example


Text Example

White with #DDACB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDACB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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