Html Css Color HEX #D9AFB8 Blossom

📋 copy color: '#D9AFB8'

red 217 ◦ green 175 ◦ blue 184

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

Shades of Blossom #D9AFB8

Tints of Blossom #D9AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 31.94%

R = 37.67%
G = 30.38%
B = 31.94%

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

#D9AFB8 (or 0xD9AFB8) is known color: Blossom. HEX triplet: D9, AF and B8. RGB value is (217,175,184). Sum of RGB (Red+Green+Blue) = 217+175+184=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB8 is #265047. Grayscale: #BCBCBC. Windows color (decimal): -2510920 or 12103641. OLE color: 12103641.

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

Color convert

RGB 217 175 184 -
CMYK 0 0.19 0.15 0.15
HSL 347.14º 0.36% 0.77% -
HSV(B) 347.14º 0.19% 0.85% -
XYZ 52.6 48.87 52.01 -
YUV 188.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 217 175 184 0 0.19 0.15 0.15 347.14 0.36 0.77
Hex D9 AF B8 0 13 F F 15B 24 4D
Octal 331 257 270 0 23 17 17 533 44 115
Binary 11011001 10101111 10111000 0 10011 1111 1111 101011011 100100 1001101

Color Harmonies of #D9AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AFB8

Black with #D9AFB8

Text Example


Text Example

White with #D9AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AFB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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