#DE97AE

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

Shades of Kobi #DE97AE

Tints of Kobi #DE97AE

Color information

#DE97AE (or 0xDE97AE) is unknown color: approx Kobi. HEX triplet: DE, 97 and AE. RGB value is (222,151,174). Sum of RGB (Red+Green+Blue) = 222+151+174=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97AE is #216851. Grayscale: #AEAEAE. Windows color (decimal): -2189394 or 11442142. OLE color: 11442142.

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

Color convert

RGB222151174-
CMYK00.320.220.13
HSL340.56º51.82%73.14%-
HSV(B)340.56º31.98%87.06%-
XYZ48.8340.7245.33-
YUV174.85127.52161.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=40.59%
G=27.61%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215117400.320.220.13340.5651.8273.14
HexDE97AE02016D1553449
Octal336227256040261552564111
Binary11011110100101111010111001000001011011011010101011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97AE; }

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

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

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

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

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

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

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

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