Html Css Color HEX #EEC5CD Pink Lace

📋 copy color: '#EEC5CD'

red 238 ◦ green 197 ◦ blue 205

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

Shades of Pink Lace #EEC5CD

Tints of Pink Lace #EEC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.78%

 BLUE value IS 205 (80.47% from 255) = 32.03%

R = 37.19%
G = 30.78%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EEC5CD (or 0xEEC5CD) is known color: Pink Lace. HEX triplet: EE, C5 and CD. RGB value is (238,197,205). Sum of RGB (Red+Green+Blue) = 238+197+205=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 197 (77.34% from 255 or 30.78% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CD is #113A32. Grayscale: #D2D2D2. Windows color (decimal): -1129011 or 13485550. OLE color: 13485550.

HSL color Cylindrical-coordinate representation of color #EEC5CD: hue angle of 348.29º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5CD is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 197 205 -
CMYK 0 0.17 0.14 0.07
HSL 348.29º 0.55% 0.85% -
HSV(B) 348.29º 0.17% 0.93% -
XYZ 66.25 62.52 66.33 -
YUV 210.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 238 197 205 0 0.17 0.14 0.07 348.29 0.55 0.85
Hex EE C5 CD 0 11 E 7 15C 37 55
Octal 356 305 315 0 21 16 7 534 67 125
Binary 11101110 11000101 11001101 0 10001 1110 111 101011100 110111 1010101

Color Harmonies of #EEC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC5CD

Black with #EEC5CD

Text Example


Text Example

White with #EEC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC5CD; }

 p { color: rgb(238,197,205); }

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

background-color css

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

 a { background-color: rgb(238,197,205); }

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

border-color css

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

 span { border-color: rgb(238,197,205); }

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