#DE9DA6

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

Shades of Kobi #DE9DA6

Tints of Kobi #DE9DA6

Color information

#DE9DA6 (or 0xDE9DA6) is unknown color: approx Kobi. HEX triplet: DE, 9D and A6. RGB value is (222,157,166). Sum of RGB (Red+Green+Blue) = 222+157+166=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9DA6 is #216259. Grayscale: #B1B1B1. Windows color (decimal): -2187866 or 10919390. OLE color: 10919390.

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

Color convert

RGB222157166-
CMYK00.290.250.13
HSL351.69º49.62%74.31%-
HSV(B)351.69º29.28%87.06%-
XYZ49.0642.441.67-
YUV177.46121.53159.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.73%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=40.73%
G=28.81%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215716600.290.250.13351.6949.6274.31
HexDE9DA601D19D160324a
Octal336235246035311554062112
Binary1101111010011101101001100111011100111011011000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9DA6; }

 p { color: rgb(222,157,166); }

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

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

 a { background-color: rgb(222,157,166); }

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

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

 span { border-color: rgb(222,157,166); }

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