#DE9EA8

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

Shades of Kobi #DE9EA8

Tints of Kobi #DE9EA8

Color information

#DE9EA8 (or 0xDE9EA8) is unknown color: approx Kobi. HEX triplet: DE, 9E and A8. RGB value is (222,158,168). Sum of RGB (Red+Green+Blue) = 222+158+168=548 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.51% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9EA8 is #216157. Grayscale: #B2B2B2. Windows color (decimal): -2187608 or 11050718. OLE color: 11050718.

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

Color convert

RGB222158168-
CMYK00.290.240.13
HSL350.62º49.23%74.51%-
HSV(B)350.62º28.83%87.06%-
XYZ49.4242.8142.7-
YUV178.28122.2159.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.51%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=40.51%
G=28.83%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215816800.290.240.13350.6249.2374.51
HexDE9EA801D18D15f314b
Octal336236250035301553761113
Binary1101111010011110101010000111011100011011010111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9EA8; }

 p { color: rgb(222,158,168); }

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

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

 a { background-color: rgb(222,158,168); }

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

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

 span { border-color: rgb(222,158,168); }

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