Html Css Color HEX #DDA7B2 Blossom

📋 copy color: '#DDA7B2'

red 221 ◦ green 167 ◦ blue 178

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

Shades of Blossom #DDA7B2

Tints of Blossom #DDA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.51%

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

R = 39.05%
G = 29.51%
B = 31.45%

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

#DDA7B2 (or 0xDDA7B2) is known color: Blossom. HEX triplet: DD, A7 and B2. RGB value is (221,167,178). Sum of RGB (Red+Green+Blue) = 221+167+178=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 167 (65.62% from 255 or 29.51% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA7B2 is #22584D. Grayscale: #B8B8B8. Windows color (decimal): -2250830 or 11708381. OLE color: 11708381.

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

Color convert

RGB 221 167 178 -
CMYK 0 0.24 0.19 0.13
HSL 347.78º 0.44% 0.76% -
HSV(B) 347.78º 0.24% 0.87% -
XYZ 51.67 46.22 48.32 -
YUV 184.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 221 167 178 0 0.24 0.19 0.13 347.78 0.44 0.76
Hex DD A7 B2 0 18 13 D 15C 2C 4C
Octal 335 247 262 0 30 23 15 534 54 114
Binary 11011101 10100111 10110010 0 11000 10011 1101 101011100 101100 1001100

Color Harmonies of #DDA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA7B2

Black with #DDA7B2

Text Example


Text Example

White with #DDA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA7B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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