#D686AD

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

Shades of Kobi #D686AD

Tints of Kobi #D686AD

Color information

#D686AD (or 0xD686AD) is unknown color: approx Kobi. HEX triplet: D6, 86 and AD. RGB value is (214,134,173). Sum of RGB (Red+Green+Blue) = 214+134+173=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D686AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D686AD is #297952. Grayscale: #A2A2A2. Windows color (decimal): -2718035 or 11372246. OLE color: 11372246.

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

Color convert

RGB214134173-
CMYK00.370.190.16
HSL330.75º49.38%68.24%-
HSV(B)330.75º37.38%83.92%-
XYZ43.834.3643.86-
YUV162.37134164.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=41.07%
G=25.72%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413417300.370.190.16330.7549.3868.24
HexD686AD025131014b3144
Octal326206255045232051361104
Binary110101101000011010101101010010110011100001010010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D686AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D686AD; }

 p { color: rgb(214,134,173); }

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

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

 a { background-color: rgb(214,134,173); }

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

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

 span { border-color: rgb(214,134,173); }

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