#EBCDD4

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

Shades of Pink Lace #EBCDD4

Tints of Pink Lace #EBCDD4

Color information

#EBCDD4 (or 0xEBCDD4) is unknown color: approx Pink Lace. HEX triplet: EB, CD and D4. RGB value is (235,205,212). Sum of RGB (Red+Green+Blue) = 235+205+212=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBCDD4 is #14322B. Grayscale: #D6D6D6. Windows color (decimal): -1323564 or 13946347. OLE color: 13946347.

HSL color Cylindrical-coordinate representation of color #EBCDD4: hue angle of 346º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBCDD4 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB235205212-
CMYK00.130.100.08
HSL346º42.86%86.27%-
HSV(B)346º12.77%92.16%-
XYZ67.9866.0871.46-
YUV214.77126.44142.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 212 (83.20% from 255) = 32.52%
R=36.04%
G=31.44%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520521200.130.100.0834642.8686.27
HexEBCDD40DA815a2b56
Octal353315324015121053253126
Binary11101011110011011101010001101101010001010110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDD4; }

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

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

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

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

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

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

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

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