#DE87AE

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

Shades of Kobi #DE87AE

Tints of Kobi #DE87AE

Color information

#DE87AE (or 0xDE87AE) is unknown color: approx Kobi. HEX triplet: DE, 87 and AE. RGB value is (222,135,174). Sum of RGB (Red+Green+Blue) = 222+135+174=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE87AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE87AE is #217851. Grayscale: #A5A5A5. Windows color (decimal): -2193490 or 11438046. OLE color: 11438046.

HSL color Cylindrical-coordinate representation of color #DE87AE: hue angle of 333.1º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DE87AE is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222135174-
CMYK00.390.220.13
HSL333.1º56.86%70%-
HSV(B)333.1º39.19%87.06%-
XYZ46.4335.9144.53-
YUV165.46132.82168.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.81%
GREEN value IS 135 (53.12% from 255) = 25.42%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=41.81%
G=25.42%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213517400.390.220.13333.156.8670
HexDE87AE02716D14d3946
Octal336207256047261551571106
Binary11011110100001111010111001001111011011011010011011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE87AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE87AE; }

 p { color: rgb(222,135,174); }

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

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

 a { background-color: rgb(222,135,174); }

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

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

 span { border-color: rgb(222,135,174); }

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