Html Css Color HEX #DDA6B1 Blossom

📋 copy color: '#DDA6B1'

red 221 ◦ green 166 ◦ blue 177

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

Shades of Blossom #DDA6B1

Tints of Blossom #DDA6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.38%

R = 39.18%
G = 29.43%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DDA6B1 (or 0xDDA6B1) is known color: Blossom. HEX triplet: DD, A6 and B1. RGB value is (221,166,177). Sum of RGB (Red+Green+Blue) = 221+166+177=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6B1 is #22594E. Grayscale: #B7B7B7. Windows color (decimal): -2251087 or 11642589. OLE color: 11642589.

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

Color convert

RGB 221 166 177 -
CMYK 0 0.25 0.20 0.13
HSL 348º 0.45% 0.76% -
HSV(B) 348º 0.25% 0.87% -
XYZ 51.39 45.82 47.73 -
YUV 183.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 221 166 177 0 0.25 0.20 0.13 348 0.45 0.76
Hex DD A6 B1 0 19 14 D 15C 2D 4C
Octal 335 246 261 0 31 24 15 534 55 114
Binary 11011101 10100110 10110001 0 11001 10100 1101 101011100 101101 1001100

Color Harmonies of #DDA6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6B1

Black with #DDA6B1

Text Example


Text Example

White with #DDA6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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