#DE97A0

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

Shades of Kobi #DE97A0

Tints of Kobi #DE97A0

Color information

#DE97A0 (or 0xDE97A0) is unknown color: approx Kobi. HEX triplet: DE, 97 and A0. RGB value is (222,151,160). Sum of RGB (Red+Green+Blue) = 222+151+160=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE97A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE97A0 is #21685F. Grayscale: #ADADAD. Windows color (decimal): -2189408 or 10524638. OLE color: 10524638.

HSL color Cylindrical-coordinate representation of color #DE97A0: hue angle of 352.39º 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 #DE97A0 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222151160-
CMYK00.320.280.13
HSL352.39º51.82%73.14%-
HSV(B)352.39º31.98%87.06%-
XYZ47.5440.238.51-
YUV173.26120.52162.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.65%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=41.65%
G=28.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215116000.320.280.13352.3951.8273.14
HexDE97A00201CD1603449
Octal336227240040341554064111
Binary11011110100101111010000001000001110011011011000001101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE97A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE97A0; }

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

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

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

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

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

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

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

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