#EBCAD5

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

Shades of Prim #EBCAD5

Tints of Prim #EBCAD5

Color information

#EBCAD5 (or 0xEBCAD5) is unknown color: approx Prim. HEX triplet: EB, CA and D5. RGB value is (235,202,213). Sum of RGB (Red+Green+Blue) = 235+202+213=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD5 is #14352A. Grayscale: #D5D5D5. Windows color (decimal): -1324331 or 14011115. OLE color: 14011115.

HSL color Cylindrical-coordinate representation of color #EBCAD5: hue angle of 340º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBCAD5 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235202213-
CMYK00.140.090.08
HSL340º45.21%85.69%-
HSV(B)340º14.04%92.16%-
XYZ67.3964.7171.89-
YUV213.12127.93143.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=36.15%
G=31.08%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221300.140.090.0834045.2185.69
HexEBCAD50E981542d56
Octal353312325016111052455126
Binary11101011110010101101010101110100110001010101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD5; }

 p { color: rgb(235,202,213); }

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

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

 a { background-color: rgb(235,202,213); }

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

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

 span { border-color: rgb(235,202,213); }

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