Html Css Color HEX #DDA6B5 Blossom

📋 copy color: '#DDA6B5'

red 221 ◦ green 166 ◦ blue 181

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

Shades of Blossom #DDA6B5

Tints of Blossom #DDA6B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.87%

R = 38.91%
G = 29.23%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DDA6B5 (or 0xDDA6B5) is known color: Blossom. HEX triplet: DD, A6 and B5. RGB value is (221,166,181). Sum of RGB (Red+Green+Blue) = 221+166+181=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6B5 is #22594A. Grayscale: #B8B8B8. Windows color (decimal): -2251083 or 11904733. OLE color: 11904733.

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

Color convert

RGB 221 166 181 -
CMYK 0 0.25 0.18 0.13
HSL 343.64º 0.45% 0.76% -
HSV(B) 343.64º 0.25% 0.87% -
XYZ 51.8 45.98 49.86 -
YUV 184.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 221 166 181 0 0.25 0.18 0.13 343.64 0.45 0.76
Hex DD A6 B5 0 19 12 D 158 2D 4C
Octal 335 246 265 0 31 22 15 530 55 114
Binary 11011101 10100110 10110101 0 11001 10010 1101 101011000 101101 1001100

Color Harmonies of #DDA6B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6B5

Black with #DDA6B5

Text Example


Text Example

White with #DDA6B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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