#E19DAB

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

Shades of Kobi #E19DAB

Tints of Kobi #E19DAB

Color information

#E19DAB (or 0xE19DAB) is unknown color: approx Kobi. HEX triplet: E1, 9D and AB. RGB value is (225,157,171). Sum of RGB (Red+Green+Blue) = 225+157+171=553 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.69% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DAB is #1E6254. Grayscale: #B2B2B2. Windows color (decimal): -1991253 or 11247073. OLE color: 11247073.

HSL color Cylindrical-coordinate representation of color #E19DAB: hue angle of 347.65º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DAB is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB225157171-
CMYK00.300.240.12
HSL347.65º53.12%74.9%-
HSV(B)347.65º30.22%88.24%-
XYZ50.4643.0644.18-
YUV178.93123.53160.86-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.69%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=40.69%
G=28.39%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515717100.300.240.12347.6553.1274.9
HexE19DAB01E18C15c354b
Octal341235253036301453465113
Binary1110000110011101101010110111101100011001010111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DAB; }

 p { color: rgb(225,157,171); }

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

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

 a { background-color: rgb(225,157,171); }

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

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

 span { border-color: rgb(225,157,171); }

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