#D4AFB8

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

Shades of Blossom #D4AFB8

Tints of Blossom #D4AFB8

Color information

#D4AFB8 (or 0xD4AFB8) is unknown color: approx Blossom. HEX triplet: D4, AF and B8. RGB value is (212,175,184). Sum of RGB (Red+Green+Blue) = 212+175+184=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 184 (72.27% from 255 or 32.22% from 571); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFB8 is #2B5047. Grayscale: #BBBBBB. Windows color (decimal): -2838600 or 12103636. OLE color: 12103636.

HSL color Cylindrical-coordinate representation of color #D4AFB8: hue angle of 345.41º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4AFB8 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB212175184-
CMYK00.170.130.17
HSL345.41º30.08%75.88%-
HSV(B)345.41º17.45%83.14%-
XYZ51.1348.1251.94-
YUV187.09126.26145.77-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 175 (68.75% from 255) = 30.65%
BLUE value IS 184 (72.27% from 255) = 32.22%
R=37.13%
G=30.65%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217518400.170.130.17345.4130.0875.88
HexD4AFB8011D111591e4c
Octal324257270021152153136114
Binary110101001010111110111000010001110110001101011001111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFB8; }

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

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

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

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

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

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

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

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