Html Css Color HEX #EECED7 Pink Lace

📋 copy color: '#EECED7'

red 238 ◦ green 206 ◦ blue 215

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

Shades of Pink Lace #EECED7

Tints of Pink Lace #EECED7

RGB

 RED value IS 238 (93.36% from 255) = 36.12%

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

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 36.12%
G = 31.26%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EECED7 (or 0xEECED7) is known color: Pink Lace. HEX triplet: EE, CE and D7. RGB value is (238,206,215). Sum of RGB (Red+Green+Blue) = 238+206+215=659 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.12% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED7 is #113128. Grayscale: #D8D8D8. Windows color (decimal): -1126697 or 14143214. OLE color: 14143214.

HSL color Cylindrical-coordinate representation of color #EECED7: hue angle of 343.12º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EECED7 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 206 215 -
CMYK 0 0.13 0.10 0.07
HSL 343.13º 0.48% 0.87% -
HSV(B) 343.13º 0.13% 0.93% -
XYZ 69.6 67.23 73.6 -
YUV 216.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 238 206 215 0 0.13 0.10 0.07 343.13 0.48 0.87
Hex EE CE D7 0 D A 7 157 30 57
Octal 356 316 327 0 15 12 7 527 60 127
Binary 11101110 11001110 11010111 0 1101 1010 111 101010111 110000 1010111

Color Harmonies of #EECED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECED7

Black with #EECED7

Text Example


Text Example

White with #EECED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECED7; }

 p { color: rgb(238,206,215); }

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

background-color css

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

 a { background-color: rgb(238,206,215); }

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

border-color css

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

 span { border-color: rgb(238,206,215); }

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