Html Css Color HEX #DDA8B2 Blossom

📋 copy color: '#DDA8B2'

red 221 ◦ green 168 ◦ blue 178

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

Shades of Blossom #DDA8B2

Tints of Blossom #DDA8B2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.63%

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

R = 38.98%
G = 29.63%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDA8B2 (or 0xDDA8B2) is known color: Blossom. HEX triplet: DD, A8 and B2. RGB value is (221,168,178). Sum of RGB (Red+Green+Blue) = 221+168+178=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 178 (69.92% from 255 or 31.39% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8B2 is #22574D. Grayscale: #B9B9B9. Windows color (decimal): -2250574 or 11708637. OLE color: 11708637.

HSL color Cylindrical-coordinate representation of color #DDA8B2: hue angle of 348.68º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA8B2 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 178 -
CMYK 0 0.24 0.19 0.13
HSL 348.68º 0.44% 0.76% -
HSV(B) 348.68º 0.24% 0.87% -
XYZ 51.86 46.59 48.38 -
YUV 184.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 221 168 178 0 0.24 0.19 0.13 348.68 0.44 0.76
Hex DD A8 B2 0 18 13 D 15D 2C 4C
Octal 335 250 262 0 30 23 15 535 54 114
Binary 11011101 10101000 10110010 0 11000 10011 1101 101011101 101100 1001100

Color Harmonies of #DDA8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8B2

Black with #DDA8B2

Text Example


Text Example

White with #DDA8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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