#D9AFB4

Color #D9AFB4 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #D9AFB4

Tints of Blossom #D9AFB4

Color information

#D9AFB4 (or 0xD9AFB4) is unknown color: approx Blossom. HEX triplet: D9, AF and B4. RGB value is (217,175,180). Sum of RGB (Red+Green+Blue) = 217+175+180=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 175 (68.75% from 255 or 30.59% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB4 is #26504B. Grayscale: #BCBCBC. Windows color (decimal): -2510924 or 11841497. OLE color: 11841497.

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

Color convert

RGB217175180-
CMYK00.190.170.15
HSL352.86º35.59%76.86%-
HSV(B)352.86º19.35%85.1%-
XYZ52.1848.7149.83-
YUV188.13123.41148.59-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 175 (68.75% from 255) = 30.59%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=37.94%
G=30.59%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717518000.190.170.15352.8635.5976.86
HexD9AFB401311F161244d
Octal331257264023211754144115
Binary1101100110101111101101000100111000111111011000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AFB4; }

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

 H1.HeaderClassName
 {
   color: #D9AFB4;
 }
 .AnyTagClassName
 {
   color: #D9AFB4;
 }
</style>
background-color css

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

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

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

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

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

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