Html Css Color HEX #EFC7CE Pink Lace

📋 copy color: '#EFC7CE'

red 239 ◦ green 199 ◦ blue 206

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

Shades of Pink Lace #EFC7CE

Tints of Pink Lace #EFC7CE

RGB

 RED value IS 239 (93.75% from 255) = 37.11%

 GREEN value IS 199 (78.13% from 255) = 30.9%

 BLUE value IS 206 (80.86% from 255) = 31.99%

R = 37.11%
G = 30.9%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFC7CE (or 0xEFC7CE) is known color: Pink Lace. HEX triplet: EF, C7 and CE. RGB value is (239,199,206). Sum of RGB (Red+Green+Blue) = 239+199+206=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 199 (78.12% from 255 or 30.90% from 644); Blue value is 206 (80.86% from 255 or 31.99% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CE is #103831. Grayscale: #D3D3D3. Windows color (decimal): -1062962 or 13551599. OLE color: 13551599.

HSL color Cylindrical-coordinate representation of color #EFC7CE: hue angle of 349.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC7CE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 206 -
CMYK 0 0.17 0.14 0.06
HSL 349.5º 0.56% 0.86% -
HSV(B) 349.5º 0.17% 0.94% -
XYZ 67.16 63.65 67.14 -
YUV 211.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 239 199 206 0 0.17 0.14 0.06 349.5 0.56 0.86
Hex EF C7 CE 0 11 E 6 15E 38 56
Octal 357 307 316 0 21 16 6 536 70 126
Binary 11101111 11000111 11001110 0 10001 1110 110 101011110 111000 1010110

Color Harmonies of #EFC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7CE

Black with #EFC7CE

Text Example


Text Example

White with #EFC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7CE; }

 p { color: rgb(239,199,206); }

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

background-color css

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

 a { background-color: rgb(239,199,206); }

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

border-color css

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

 span { border-color: rgb(239,199,206); }

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