#DE99AC

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

Shades of Kobi #DE99AC

Tints of Kobi #DE99AC

Color information

#DE99AC (or 0xDE99AC) is unknown color: approx Kobi. HEX triplet: DE, 99 and AC. RGB value is (222,153,172). Sum of RGB (Red+Green+Blue) = 222+153+172=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99AC is #216653. Grayscale: #AFAFAF. Windows color (decimal): -2188884 or 11311582. OLE color: 11311582.

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

Color convert

RGB222153172-
CMYK00.310.230.13
HSL343.48º51.11%73.53%-
HSV(B)343.48º31.08%87.06%-
XYZ48.9641.2944.42-
YUV175.8125.86160.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 153 (60.16% from 255) = 27.97%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=40.59%
G=27.97%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215317200.310.230.13343.4851.1173.53
HexDE99AC01F17D157334a
Octal336231254037271552763112
Binary1101111010011001101011000111111011111011010101111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99AC; }

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

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

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

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

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

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

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

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