#DE95AC

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

Shades of Kobi #DE95AC

Tints of Kobi #DE95AC

Color information

#DE95AC (or 0xDE95AC) is unknown color: approx Kobi. HEX triplet: DE, 95 and AC. RGB value is (222,149,172). Sum of RGB (Red+Green+Blue) = 222+149+172=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE95AC is #216A53. Grayscale: #ADADAD. Windows color (decimal): -2189908 or 11310558. OLE color: 11310558.

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

Color convert

RGB222149172-
CMYK00.330.230.13
HSL341.1º52.52%72.75%-
HSV(B)341.1º32.88%87.06%-
XYZ48.324044.2-
YUV173.45127.18162.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.88%
GREEN value IS 149 (58.59% from 255) = 27.44%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=40.88%
G=27.44%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214917200.330.230.13341.152.5272.75
HexDE95AC02117D1553549
Octal336225254041271552565111
Binary11011110100101011010110001000011011111011010101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE95AC; }

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

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

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

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

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

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

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

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