#EBCAD4

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

Shades of Prim #EBCAD4

Tints of Prim #EBCAD4

Color information

#EBCAD4 (or 0xEBCAD4) is unknown color: approx Prim. HEX triplet: EB, CA and D4. RGB value is (235,202,212). Sum of RGB (Red+Green+Blue) = 235+202+212=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD4 is #14352B. Grayscale: #D5D5D5. Windows color (decimal): -1324332 or 13945579. OLE color: 13945579.

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

Color convert

RGB235202212-
CMYK00.140.100.08
HSL341.82º45.21%85.69%-
HSV(B)341.82º14.04%92.16%-
XYZ67.2764.6671.22-
YUV213.01127.43143.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=36.21%
G=31.12%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520221200.140.100.08341.8245.2185.69
HexEBCAD40EA81562d56
Octal353312324016121052655126
Binary11101011110010101101010001110101010001010101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD4; }

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

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

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

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

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

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

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

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