#D6B6BA

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

Shades of Pink Flare #D6B6BA

Tints of Pink Flare #D6B6BA

Color information

#D6B6BA (or 0xD6B6BA) is unknown color: approx Pink Flare. HEX triplet: D6, B6 and BA. RGB value is (214,182,186). Sum of RGB (Red+Green+Blue) = 214+182+186=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6BA is #294945. Grayscale: #C0C0C0. Windows color (decimal): -2705734 or 12236502. OLE color: 12236502.

HSL color Cylindrical-coordinate representation of color #D6B6BA: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B6BA is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214182186-
CMYK00.150.130.16
HSL352.5º28.07%77.65%-
HSV(B)352.5º14.95%83.92%-
XYZ53.3251.353.55-
YUV192.02124.6143.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.77%
GREEN value IS 182 (71.48% from 255) = 31.27%
BLUE value IS 186 (73.05% from 255) = 31.96%
R=36.77%
G=31.27%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418218600.150.130.16352.528.0777.65
HexD6B6BA0FD101601c4e
Octal326266272017152054034116
Binary11010110101101101011101001111110110000101100000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B6BA; }

 p { color: rgb(214,182,186); }

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

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

 a { background-color: rgb(214,182,186); }

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

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

 span { border-color: rgb(214,182,186); }

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