#D682AE

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

Shades of Kobi #D682AE

Tints of Kobi #D682AE

Color information

#D682AE (or 0xD682AE) is unknown color: approx Kobi. HEX triplet: D6, 82 and AE. RGB value is (214,130,174). Sum of RGB (Red+Green+Blue) = 214+130+174=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D682AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D682AE is #297D51. Grayscale: #A0A0A0. Windows color (decimal): -2719058 or 11436758. OLE color: 11436758.

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

Color convert

RGB214130174-
CMYK00.390.190.16
HSL328.57º50.6%67.45%-
HSV(B)328.57º39.25%83.92%-
XYZ43.3533.3244.19-
YUV160.13135.83166.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=41.31%
G=25.10%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413017400.390.190.16328.5750.667.45
HexD682AE02713101493343
Octal326202256047232051163103
Binary110101101000001010101110010011110011100001010010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682AE; }

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

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

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

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

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

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

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

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