#DE8AAE

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

Shades of Kobi #DE8AAE

Tints of Kobi #DE8AAE

Color information

#DE8AAE (or 0xDE8AAE) is unknown color: approx Kobi. HEX triplet: DE, 8A and AE. RGB value is (222,138,174). Sum of RGB (Red+Green+Blue) = 222+138+174=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8AAE is #217551. Grayscale: #A7A7A7. Windows color (decimal): -2192722 or 11438814. OLE color: 11438814.

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

Color convert

RGB222138174-
CMYK00.380.220.13
HSL334.29º56%70.59%-
HSV(B)334.29º37.84%87.06%-
XYZ46.8536.7644.67-
YUV167.22131.83167.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=41.57%
G=25.84%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213817400.380.220.13334.295670.59
HexDE8AAE02616D14e3847
Octal336212256046261551670107
Binary11011110100010101010111001001101011011011010011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8AAE; }

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

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

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

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

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

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

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

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