Html Css Color HEX #D9AFB9 Blossom

📋 copy color: '#D9AFB9'

red 217 ◦ green 175 ◦ blue 185

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

Shades of Blossom #D9AFB9

Tints of Blossom #D9AFB9

RGB

 RED value IS 217 (85.16% from 255) = 37.61%

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

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

R = 37.61%
G = 30.33%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D9AFB9 (or 0xD9AFB9) is known color: Blossom. HEX triplet: D9, AF and B9. RGB value is (217,175,185). Sum of RGB (Red+Green+Blue) = 217+175+185=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 185 (72.66% from 255 or 32.06% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB9 is #265046. Grayscale: #BCBCBC. Windows color (decimal): -2510919 or 12169177. OLE color: 12169177.

HSL color Cylindrical-coordinate representation of color #D9AFB9: hue angle of 345.71º degrees, saturation: 0.36, 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 #D9AFB9 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 185 -
CMYK 0 0.19 0.15 0.15
HSL 345.71º 0.36% 0.77% -
HSV(B) 345.71º 0.19% 0.85% -
XYZ 52.7 48.91 52.56 -
YUV 188.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 217 175 185 0 0.19 0.15 0.15 345.71 0.36 0.77
Hex D9 AF B9 0 13 F F 15A 24 4D
Octal 331 257 271 0 23 17 17 532 44 115
Binary 11011001 10101111 10111001 0 10011 1111 1111 101011010 100100 1001101

Color Harmonies of #D9AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFB9

Black with #D9AFB9

Text Example


Text Example

White with #D9AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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