Html Css Color HEX #D9AFB7 Blossom

📋 copy color: '#D9AFB7'

red 217 ◦ green 175 ◦ blue 183

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

Shades of Blossom #D9AFB7

Tints of Blossom #D9AFB7

RGB

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

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

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

R = 37.74%
G = 30.43%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D9AFB7 (or 0xD9AFB7) is known color: Blossom. HEX triplet: D9, AF and B7. RGB value is (217,175,183). Sum of RGB (Red+Green+Blue) = 217+175+183=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB7 is #265048. Grayscale: #BCBCBC. Windows color (decimal): -2510921 or 12038105. OLE color: 12038105.

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

Color convert

RGB 217 175 183 -
CMYK 0 0.19 0.16 0.15
HSL 348.57º 0.36% 0.77% -
HSV(B) 348.57º 0.19% 0.85% -
XYZ 52.49 48.83 51.46 -
YUV 188.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 217 175 183 0 0.19 0.16 0.15 348.57 0.36 0.77
Hex D9 AF B7 0 13 10 F 15D 24 4D
Octal 331 257 267 0 23 20 17 535 44 115
Binary 11011001 10101111 10110111 0 10011 10000 1111 101011101 100100 1001101

Color Harmonies of #D9AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFB7

Black with #D9AFB7

Text Example


Text Example

White with #D9AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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