#EBCAD7

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

Shades of Prim #EBCAD7

Tints of Prim #EBCAD7

Color information

#EBCAD7 (or 0xEBCAD7) is unknown color: approx Prim. HEX triplet: EB, CA and D7. RGB value is (235,202,215). Sum of RGB (Red+Green+Blue) = 235+202+215=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 215 (84.38% from 255 or 32.98% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD7 is #143528. Grayscale: #D5D5D5. Windows color (decimal): -1324329 or 14142187. OLE color: 14142187.

HSL color Cylindrical-coordinate representation of color #EBCAD7: hue angle of 336.36º 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 #EBCAD7 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB235202215-
CMYK00.140.090.08
HSL336.36º45.21%85.69%-
HSV(B)336.36º14.04%92.16%-
XYZ67.6564.8173.23-
YUV213.35128.93143.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 215 (84.38% from 255) = 32.98%
R=36.04%
G=30.98%
B=32.98%

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
Decimal23520221500.140.090.08336.3645.2185.69
HexEBCAD70E981502d56
Octal353312327016111052055126
Binary11101011110010101101011101110100110001010100001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD7; }

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

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

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

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

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

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

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

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