Html Css Color HEX #EECED8 Pink Lace

📋 copy color: '#EECED8'

red 238 ◦ green 206 ◦ blue 216

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

Shades of Pink Lace #EECED8

Tints of Pink Lace #EECED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 32.73%

R = 36.06%
G = 31.21%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EECED8 (or 0xEECED8) is known color: Pink Lace. HEX triplet: EE, CE and D8. RGB value is (238,206,216). Sum of RGB (Red+Green+Blue) = 238+206+216=660 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.06% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 238 - color contains mainly: red. Hex color #EECED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECED8 is #113127. Grayscale: #D8D8D8. Windows color (decimal): -1126696 or 14208750. OLE color: 14208750.

HSL color Cylindrical-coordinate representation of color #EECED8: hue angle of 341.25º 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 #EECED8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 206 216 -
CMYK 0 0.13 0.09 0.07
HSL 341.25º 0.48% 0.87% -
HSV(B) 341.25º 0.13% 0.93% -
XYZ 69.73 67.28 74.28 -
YUV 216.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 238 206 216 0 0.13 0.09 0.07 341.25 0.48 0.87
Hex EE CE D8 0 D 9 7 155 30 57
Octal 356 316 330 0 15 11 7 525 60 127
Binary 11101110 11001110 11011000 0 1101 1001 111 101010101 110000 1010111

Color Harmonies of #EECED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECED8

Black with #EECED8

Text Example


Text Example

White with #EECED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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