#D685AE

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

Shades of Kobi #D685AE

Tints of Kobi #D685AE

Color information

#D685AE (or 0xD685AE) is unknown color: approx Kobi. HEX triplet: D6, 85 and AE. RGB value is (214,133,174). Sum of RGB (Red+Green+Blue) = 214+133+174=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 214 - color contains mainly: red. Hex color #D685AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D685AE is #297A51. Grayscale: #A1A1A1. Windows color (decimal): -2718290 or 11437526. OLE color: 11437526.

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

Color convert

RGB214133174-
CMYK00.380.190.16
HSL329.63º49.69%68.04%-
HSV(B)329.63º37.85%83.92%-
XYZ43.7634.1344.33-
YUV161.89134.84165.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=41.07%
G=25.53%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413317400.380.190.16329.6349.6968.04
HexD685AE026131014a3244
Octal326205256046232051262104
Binary110101101000010110101110010011010011100001010010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685AE; }

 p { color: rgb(214,133,174); }

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

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

 a { background-color: rgb(214,133,174); }

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

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

 span { border-color: rgb(214,133,174); }

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