#D5686C

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

Shades of Froly #D5686C

Tints of Froly #D5686C

Color information

#D5686C (or 0xD5686C) is unknown color: approx Froly. HEX triplet: D5, 68 and 6C. RGB value is (213,104,108). Sum of RGB (Red+Green+Blue) = 213+104+108=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5686C is #2A9793. Grayscale: #898989. Windows color (decimal): -2791316 or 7104725. OLE color: 7104725.

HSL color Cylindrical-coordinate representation of color #D5686C: hue angle of 357.8º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5686C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB213104108-
CMYK00.510.490.16
HSL357.8º56.48%62.16%-
HSV(B)357.8º51.17%83.53%-
XYZ35.125.1317.19-
YUV137.05111.61182.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.12%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=50.12%
G=24.47%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310410800.510.490.16357.856.4862.16
HexD5686C0333110166383e
Octal32515015406361205467076
Binary1101010111010001101100011001111000110000101100110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5686C; }

 p { color: rgb(213,104,108); }

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

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

 a { background-color: rgb(213,104,108); }

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

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

 span { border-color: rgb(213,104,108); }

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