#EBCBD4

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

Shades of Pink Lace #EBCBD4

Tints of Pink Lace #EBCBD4

Color information

#EBCBD4 (or 0xEBCBD4) is unknown color: approx Pink Lace. HEX triplet: EB, CB and D4. RGB value is (235,203,212). Sum of RGB (Red+Green+Blue) = 235+203+212=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCBD4 is #14342B. Grayscale: #D5D5D5. Windows color (decimal): -1324076 or 13945835. OLE color: 13945835.

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

Color convert

RGB235203212-
CMYK00.140.100.08
HSL343.12º44.44%85.88%-
HSV(B)343.12º13.62%92.16%-
XYZ67.565.1371.3-
YUV213.59127.1143.27-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 212 (83.20% from 255) = 32.62%
R=36.15%
G=31.23%
B=32.62%

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
Decimal23520321200.140.100.08343.1244.4485.88
HexEBCBD40EA81572c56
Octal353313324016121052754126
Binary11101011110010111101010001110101010001010101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCBD4; }

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

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

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

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

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

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

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

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