Html Css Color HEX #D8AAB3 Blossom

📋 copy color: '#D8AAB3'

red 216 ◦ green 170 ◦ blue 179

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

Shades of Blossom #D8AAB3

Tints of Blossom #D8AAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 31.68%

R = 38.23%
G = 30.09%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D8AAB3 (or 0xD8AAB3) is known color: Blossom. HEX triplet: D8, AA and B3. RGB value is (216,170,179). Sum of RGB (Red+Green+Blue) = 216+170+179=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB3 is #27554C. Grayscale: #B8B8B8. Windows color (decimal): -2577741 or 11774680. OLE color: 11774680.

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

Color convert

RGB 216 170 179 -
CMYK 0 0.21 0.17 0.15
HSL 348.26º 0.37% 0.76% -
HSV(B) 348.26º 0.21% 0.85% -
XYZ 50.83 46.6 48.96 -
YUV 184.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 216 170 179 0 0.21 0.17 0.15 348.26 0.37 0.76
Hex D8 AA B3 0 15 11 F 15C 25 4C
Octal 330 252 263 0 25 21 17 534 45 114
Binary 11011000 10101010 10110011 0 10101 10001 1111 101011100 100101 1001100

Color Harmonies of #D8AAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAB3

Black with #D8AAB3

Text Example


Text Example

White with #D8AAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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