#EBCAD0

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

Shades of Pink Lace #EBCAD0

Tints of Pink Lace #EBCAD0

Color information

#EBCAD0 (or 0xEBCAD0) is unknown color: approx Pink Lace. HEX triplet: EB, CA and D0. RGB value is (235,202,208). Sum of RGB (Red+Green+Blue) = 235+202+208=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCAD0 is #14352F. Grayscale: #D4D4D4. Windows color (decimal): -1324336 or 13683435. OLE color: 13683435.

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

Color convert

RGB235202208-
CMYK00.140.110.08
HSL349.09º45.21%85.69%-
HSV(B)349.09º14.04%92.16%-
XYZ66.7764.4668.6-
YUV212.55125.43144.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 208 (81.64% from 255) = 32.25%
R=36.43%
G=31.32%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520220800.140.110.08349.0945.2185.69
HexEBCAD00EB815d2d56
Octal353312320016131053555126
Binary11101011110010101101000001110101110001010111011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCAD0; }

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

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

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

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

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

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

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

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