#EBCBD2

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

Shades of Pink Lace #EBCBD2

Tints of Pink Lace #EBCBD2

Color information

#EBCBD2 (or 0xEBCBD2) is unknown color: approx Pink Lace. HEX triplet: EB, CB and D2. RGB value is (235,203,210). Sum of RGB (Red+Green+Blue) = 235+203+210=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD2 is #14342D. Grayscale: #D5D5D5. Windows color (decimal): -1324078 or 13814763. OLE color: 13814763.

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

Color convert

RGB235203210-
CMYK00.140.110.08
HSL346.88º44.44%85.88%-
HSV(B)346.88º13.62%92.16%-
XYZ67.2565.0369.98-
YUV213.37126.1143.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=36.27%
G=31.33%
B=32.41%

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
Decimal23520321000.140.110.08346.8844.4485.88
HexEBCBD20EB815b2c56
Octal353313322016131053354126
Binary11101011110010111101001001110101110001010110111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBD2; }

 p { color: rgb(235,203,210); }

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

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

 a { background-color: rgb(235,203,210); }

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

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

 span { border-color: rgb(235,203,210); }

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