#DE99AB

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

Shades of Kobi #DE99AB

Tints of Kobi #DE99AB

Color information

#DE99AB (or 0xDE99AB) is unknown color: approx Kobi. HEX triplet: DE, 99 and AB. RGB value is (222,153,171). Sum of RGB (Red+Green+Blue) = 222+153+171=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99AB is #216654. Grayscale: #AFAFAF. Windows color (decimal): -2188885 or 11246046. OLE color: 11246046.

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

Color convert

RGB222153171-
CMYK00.310.230.13
HSL344.35º51.11%73.53%-
HSV(B)344.35º31.08%87.06%-
XYZ48.8741.2543.92-
YUV175.68125.36161.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 153 (60.16% from 255) = 28.02%
BLUE value IS 171 (67.19% from 255) = 31.32%
R=40.66%
G=28.02%
B=31.32%

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
Decimal22215317100.310.230.13344.3551.1173.53
HexDE99AB01F17D158334a
Octal336231253037271553063112
Binary1101111010011001101010110111111011111011010110001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE99AB; }

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

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

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

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

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

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

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

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