Html Css Color HEX #D8AAB5 Blossom

📋 copy color: '#D8AAB5'

red 216 ◦ green 170 ◦ blue 181

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

Shades of Blossom #D8AAB5

Tints of Blossom #D8AAB5

RGB

 RED value IS 216 (84.77% from 255) = 38.1%

 GREEN value IS 170 (66.8% from 255) = 29.98%

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

R = 38.1%
G = 29.98%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D8AAB5 (or 0xD8AAB5) is known color: Blossom. HEX triplet: D8, AA and B5. RGB value is (216,170,181). Sum of RGB (Red+Green+Blue) = 216+170+181=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB5 is #27554A. Grayscale: #B9B9B9. Windows color (decimal): -2577739 or 11905752. OLE color: 11905752.

HSL color Cylindrical-coordinate representation of color #D8AAB5: hue angle of 345.65º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAB5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 170 181 -
CMYK 0 0.21 0.16 0.15
HSL 345.65º 0.37% 0.76% -
HSV(B) 345.65º 0.21% 0.85% -
XYZ 51.03 46.68 50.04 -
YUV 185.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 216 170 181 0 0.21 0.16 0.15 345.65 0.37 0.76
Hex D8 AA B5 0 15 10 F 15A 25 4C
Octal 330 252 265 0 25 20 17 532 45 114
Binary 11011000 10101010 10110101 0 10101 10000 1111 101011010 100101 1001100

Color Harmonies of #D8AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAB5

Black with #D8AAB5

Text Example


Text Example

White with #D8AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAB5; }

 p { color: rgb(216,170,181); }

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

background-color css

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

 a { background-color: rgb(216,170,181); }

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

border-color css

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

 span { border-color: rgb(216,170,181); }

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