#DE96AC

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

Shades of Kobi #DE96AC

Tints of Kobi #DE96AC

Color information

#DE96AC (or 0xDE96AC) is unknown color: approx Kobi. HEX triplet: DE, 96 and AC. RGB value is (222,150,172). Sum of RGB (Red+Green+Blue) = 222+150+172=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DE96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE96AC is #216953. Grayscale: #AEAEAE. Windows color (decimal): -2189652 or 11310814. OLE color: 11310814.

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

Color convert

RGB222150172-
CMYK00.320.230.13
HSL341.67º52.17%72.94%-
HSV(B)341.67º32.43%87.06%-
XYZ48.4840.3244.26-
YUV174.04126.85162.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.81%
GREEN value IS 150 (58.98% from 255) = 27.57%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=40.81%
G=27.57%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215017200.320.230.13341.6752.1772.94
HexDE96AC02017D1563449
Octal336226254040271552664111
Binary11011110100101101010110001000001011111011010101101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE96AC; }

 p { color: rgb(222,150,172); }

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

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

 a { background-color: rgb(222,150,172); }

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

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

 span { border-color: rgb(222,150,172); }

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