#D8AFB2

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

Shades of Pink Flare #D8AFB2

Tints of Pink Flare #D8AFB2

Color information

#D8AFB2 (or 0xD8AFB2) is unknown color: approx Pink Flare. HEX triplet: D8, AF and B2. RGB value is (216,175,178). Sum of RGB (Red+Green+Blue) = 216+175+178=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AFB2 is #27504D. Grayscale: #BBBBBB. Windows color (decimal): -2576462 or 11710424. OLE color: 11710424.

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

Color convert

RGB216175178-
CMYK00.190.180.15
HSL355.61º34.45%76.67%-
HSV(B)355.61º18.98%84.71%-
XYZ51.6848.4748.75-
YUV187.6122.58148.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=37.96%
G=30.76%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617517800.190.180.15355.6134.4576.67
HexD8AFB201312F164224d
Octal330257262023221754442115
Binary1101100010101111101100100100111001011111011001001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AFB2; }

 p { color: rgb(216,175,178); }

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

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

 a { background-color: rgb(216,175,178); }

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

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

 span { border-color: rgb(216,175,178); }

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