Html Css Color HEX #D8AAB2 Blossom

📋 copy color: '#D8AAB2'

red 216 ◦ green 170 ◦ blue 178

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

Shades of Blossom #D8AAB2

Tints of Blossom #D8AAB2

RGB

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

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

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

R = 38.3%
G = 30.14%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8AAB2 (or 0xD8AAB2) is known color: Blossom. HEX triplet: D8, AA and B2. RGB value is (216,170,178). Sum of RGB (Red+Green+Blue) = 216+170+178=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AAB2 is #27554D. Grayscale: #B8B8B8. Windows color (decimal): -2577742 or 11709144. OLE color: 11709144.

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

Color convert

RGB 216 170 178 -
CMYK 0 0.21 0.18 0.15
HSL 349.57º 0.37% 0.76% -
HSV(B) 349.57º 0.21% 0.85% -
XYZ 50.73 46.56 48.43 -
YUV 184.67 124.24 150.35 -
System Red Green Blue C M Y K H S L
Decimal 216 170 178 0 0.21 0.18 0.15 349.57 0.37 0.76
Hex D8 AA B2 0 15 12 F 15E 25 4C
Octal 330 252 262 0 25 22 17 536 45 114
Binary 11011000 10101010 10110010 0 10101 10010 1111 101011110 100101 1001100

Color Harmonies of #D8AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAB2

Black with #D8AAB2

Text Example


Text Example

White with #D8AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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