#DE9AA9

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

Shades of Kobi #DE9AA9

Tints of Kobi #DE9AA9

Color information

#DE9AA9 (or 0xDE9AA9) is unknown color: approx Kobi. HEX triplet: DE, 9A and A9. RGB value is (222,154,169). Sum of RGB (Red+Green+Blue) = 222+154+169=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9AA9 is #216556. Grayscale: #B0B0B0. Windows color (decimal): -2188631 or 11115230. OLE color: 11115230.

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

Color convert

RGB222154169-
CMYK00.310.240.13
HSL346.76º50.75%73.73%-
HSV(B)346.76º30.63%87.06%-
XYZ48.8441.5142.97-
YUV176.04124.03160.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=40.73%
G=28.26%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215416900.310.240.13346.7650.7573.73
HexDE9AA901F18D15b334a
Octal336232251037301553363112
Binary1101111010011010101010010111111100011011010110111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9AA9; }

 p { color: rgb(222,154,169); }

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

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

 a { background-color: rgb(222,154,169); }

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

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

 span { border-color: rgb(222,154,169); }

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