Html Css Color HEX #D8A9B7 Blossom

📋 copy color: '#D8A9B7'

red 216 ◦ green 169 ◦ blue 183

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

Shades of Blossom #D8A9B7

Tints of Blossom #D8A9B7

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.75%

 BLUE value IS 183 (71.88% from 255) = 32.22%

R = 38.03%
G = 29.75%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D8A9B7 (or 0xD8A9B7) is known color: Blossom. HEX triplet: D8, A9 and B7. RGB value is (216,169,183). Sum of RGB (Red+Green+Blue) = 216+169+183=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 183 (71.88% from 255 or 32.22% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A9B7 is #275648. Grayscale: #B8B8B8. Windows color (decimal): -2577993 or 12036568. OLE color: 12036568.

HSL color Cylindrical-coordinate representation of color #D8A9B7: hue angle of 342.13º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8A9B7 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 169 183 -
CMYK 0 0.22 0.15 0.15
HSL 342.13º 0.38% 0.75% -
HSV(B) 342.13º 0.22% 0.85% -
XYZ 51.05 46.39 51.06 -
YUV 184.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 216 169 183 0 0.22 0.15 0.15 342.13 0.38 0.75
Hex D8 A9 B7 0 16 F F 156 26 4B
Octal 330 251 267 0 26 17 17 526 46 113
Binary 11011000 10101001 10110111 0 10110 1111 1111 101010110 100110 1001011

Color Harmonies of #D8A9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9B7

Black with #D8A9B7

Text Example


Text Example

White with #D8A9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9B7; }

 p { color: rgb(216,169,183); }

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

background-color css

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

 a { background-color: rgb(216,169,183); }

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

border-color css

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

 span { border-color: rgb(216,169,183); }

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