#D6AFB4

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

Shades of Pink Flare #D6AFB4

Tints of Pink Flare #D6AFB4

Color information

#D6AFB4 (or 0xD6AFB4) is unknown color: approx Pink Flare. HEX triplet: D6, AF and B4. RGB value is (214,175,180). Sum of RGB (Red+Green+Blue) = 214+175+180=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFB4 is #29504B. Grayscale: #BBBBBB. Windows color (decimal): -2707532 or 11841494. OLE color: 11841494.

HSL color Cylindrical-coordinate representation of color #D6AFB4: hue angle of 352.31º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6AFB4 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB214175180-
CMYK00.180.160.16
HSL352.31º32.23%76.27%-
HSV(B)352.31º18.22%83.92%-
XYZ51.348.2549.79-
YUV187.23123.92147.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 175 (68.75% from 255) = 30.76%
BLUE value IS 180 (70.70% from 255) = 31.63%
R=37.61%
G=30.76%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417518000.180.160.16352.3132.2376.27
HexD6AFB40121010160204c
Octal326257264022202054040114
Binary11010110101011111011010001001010000100001011000001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFB4; }

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

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

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

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

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

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

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

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