#E29DAC

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

Shades of Kobi #E29DAC

Tints of Kobi #E29DAC

Color information

#E29DAC (or 0xE29DAC) is unknown color: approx Kobi. HEX triplet: E2, 9D and AC. RGB value is (226,157,172). Sum of RGB (Red+Green+Blue) = 226+157+172=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DAC is #1D6253. Grayscale: #B3B3B3. Windows color (decimal): -1925716 or 11312610. OLE color: 11312610.

HSL color Cylindrical-coordinate representation of color #E29DAC: hue angle of 346.96º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29DAC is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226157172-
CMYK00.310.240.11
HSL346.96º54.33%75.1%-
HSV(B)346.96º30.53%88.63%-
XYZ50.8743.2644.7-
YUV179.34123.86161.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 157 (61.72% from 255) = 28.29%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=40.72%
G=28.29%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615717200.310.240.11346.9654.3375.1
HexE29DAC01F18B15b364b
Octal342235254037301353366113
Binary1110001010011101101011000111111100010111010110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29DAC; }

 p { color: rgb(226,157,172); }

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

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

 a { background-color: rgb(226,157,172); }

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

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

 span { border-color: rgb(226,157,172); }

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