Html Css Color HEX #D9AFB5 Blossom

📋 copy color: '#D9AFB5'

red 217 ◦ green 175 ◦ blue 181

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

Shades of Blossom #D9AFB5

Tints of Blossom #D9AFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 31.59%

R = 37.87%
G = 30.54%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D9AFB5 (or 0xD9AFB5) is known color: Blossom. HEX triplet: D9, AF and B5. RGB value is (217,175,181). Sum of RGB (Red+Green+Blue) = 217+175+181=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 181 (71.09% from 255 or 31.59% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB5 is #26504A. Grayscale: #BCBCBC. Windows color (decimal): -2510923 or 11907033. OLE color: 11907033.

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

Color convert

RGB 217 175 181 -
CMYK 0 0.19 0.17 0.15
HSL 351.43º 0.36% 0.77% -
HSV(B) 351.43º 0.19% 0.85% -
XYZ 52.29 48.75 50.37 -
YUV 188.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 217 175 181 0 0.19 0.17 0.15 351.43 0.36 0.77
Hex D9 AF B5 0 13 11 F 15F 24 4D
Octal 331 257 265 0 23 21 17 537 44 115
Binary 11011001 10101111 10110101 0 10011 10001 1111 101011111 100100 1001101

Color Harmonies of #D9AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFB5

Black with #D9AFB5

Text Example


Text Example

White with #D9AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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