Html Css Color HEX #D8AFB9 Blossom

📋 copy color: '#D8AFB9'

red 216 ◦ green 175 ◦ blue 185

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

Shades of Blossom #D8AFB9

Tints of Blossom #D8AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.38%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 37.5%
G = 30.38%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D8AFB9 (or 0xD8AFB9) is known color: Blossom. HEX triplet: D8, AF and B9. RGB value is (216,175,185). Sum of RGB (Red+Green+Blue) = 216+175+185=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AFB9 is #275046. Grayscale: #BCBCBC. Windows color (decimal): -2576455 or 12169176. OLE color: 12169176.

HSL color Cylindrical-coordinate representation of color #D8AFB9: hue angle of 345.37º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8AFB9 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 185 -
CMYK 0 0.19 0.14 0.15
HSL 345.37º 0.34% 0.77% -
HSV(B) 345.37º 0.19% 0.85% -
XYZ 52.41 48.76 52.55 -
YUV 188.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 216 175 185 0 0.19 0.14 0.15 345.37 0.34 0.77
Hex D8 AF B9 0 13 E F 159 22 4D
Octal 330 257 271 0 23 16 17 531 42 115
Binary 11011000 10101111 10111001 0 10011 1110 1111 101011001 100010 1001101

Color Harmonies of #D8AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AFB9

Black with #D8AFB9

Text Example


Text Example

White with #D8AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AFB9; }

 p { color: rgb(216,175,185); }

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

background-color css

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

 a { background-color: rgb(216,175,185); }

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

border-color css

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

 span { border-color: rgb(216,175,185); }

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