Html Css Color HEX #EACED5 Pink Lace

📋 copy color: '#EACED5'

red 234 ◦ green 206 ◦ blue 213

#EACED5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #EACED5

Tints of Pink Lace #EACED5

RGB

 RED value IS 234 (91.8% from 255) = 35.83%

 GREEN value IS 206 (80.86% from 255) = 31.55%

 BLUE value IS 213 (83.59% from 255) = 32.62%

R = 35.83%
G = 31.55%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EACED5 (or 0xEACED5) is known color: Pink Lace. HEX triplet: EA, CE and D5. RGB value is (234,206,213). Sum of RGB (Red+Green+Blue) = 234+206+213=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EACED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACED5 is #15312A. Grayscale: #D7D7D7. Windows color (decimal): -1388843 or 14012138. OLE color: 14012138.

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

Color convert

RGB 234 206 213 -
CMYK 0 0.12 0.09 0.08
HSL 345º 0.4% 0.86% -
HSV(B) 345º 0.12% 0.92% -
XYZ 68.01 66.44 72.19 -
YUV 215.17 126.78 141.43 -
System Red Green Blue C M Y K H S L
Decimal 234 206 213 0 0.12 0.09 0.08 345 0.4 0.86
Hex EA CE D5 0 C 9 8 159 28 56
Octal 352 316 325 0 14 11 10 531 50 126
Binary 11101010 11001110 11010101 0 1100 1001 1000 101011001 101000 1010110

Color Harmonies of #EACED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACED5

Black with #EACED5

Text Example


Text Example

White with #EACED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACED5; }

 p { color: rgb(234,206,213); }

 H1.HeaderClassName
 {
   color: #EACED5;
 }
 .AnyTagClassName
 {
   color: #EACED5;
 }
</style>

background-color css

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

 a { background-color: rgb(234,206,213); }

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

border-color css

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

 span { border-color: rgb(234,206,213); }

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