Html Css Color HEX #DDA6B4 Blossom

📋 copy color: '#DDA6B4'

red 221 ◦ green 166 ◦ blue 180

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

Shades of Blossom #DDA6B4

Tints of Blossom #DDA6B4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.28%

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

R = 38.98%
G = 29.28%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDA6B4 (or 0xDDA6B4) is known color: Blossom. HEX triplet: DD, A6 and B4. RGB value is (221,166,180). Sum of RGB (Red+Green+Blue) = 221+166+180=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6B4 is #22594B. Grayscale: #B8B8B8. Windows color (decimal): -2251084 or 11839197. OLE color: 11839197.

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

Color convert

RGB 221 166 180 -
CMYK 0 0.25 0.19 0.13
HSL 344.73º 0.45% 0.76% -
HSV(B) 344.73º 0.25% 0.87% -
XYZ 51.69 45.94 49.32 -
YUV 184.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 221 166 180 0 0.25 0.19 0.13 344.73 0.45 0.76
Hex DD A6 B4 0 19 13 D 159 2D 4C
Octal 335 246 264 0 31 23 15 531 55 114
Binary 11011101 10100110 10110100 0 11001 10011 1101 101011001 101101 1001100

Color Harmonies of #DDA6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6B4

Black with #DDA6B4

Text Example


Text Example

White with #DDA6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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