#DE9CA9

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

Shades of Kobi #DE9CA9

Tints of Kobi #DE9CA9

Color information

#DE9CA9 (or 0xDE9CA9) is unknown color: approx Kobi. HEX triplet: DE, 9C and A9. RGB value is (222,156,169). Sum of RGB (Red+Green+Blue) = 222+156+169=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9CA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9CA9 is #216356. Grayscale: #B1B1B1. Windows color (decimal): -2188119 or 11115742. OLE color: 11115742.

HSL color Cylindrical-coordinate representation of color #DE9CA9: hue angle of 348.18º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DE9CA9 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB222156169-
CMYK00.300.240.13
HSL348.18º50%74.12%-
HSV(B)348.18º29.73%87.06%-
XYZ49.1742.1743.08-
YUV177.22123.37159.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 156 (61.33% from 255) = 28.52%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=40.59%
G=28.52%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215616900.300.240.13348.185074.12
HexDE9CA901E18D15c324a
Octal336234251036301553462112
Binary1101111010011100101010010111101100011011010111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9CA9; }

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

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

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

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

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

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

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

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