Html Css Color HEX #EFC4CE Pink Lace

📋 copy color: '#EFC4CE'

red 239 ◦ green 196 ◦ blue 206

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

Shades of Pink Lace #EFC4CE

Tints of Pink Lace #EFC4CE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.58%

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

R = 37.29%
G = 30.58%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFC4CE (or 0xEFC4CE) is known color: Pink Lace. HEX triplet: EF, C4 and CE. RGB value is (239,196,206). Sum of RGB (Red+Green+Blue) = 239+196+206=641 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.29% from 641); Green value is 196 (76.95% from 255 or 30.58% from 641); Blue value is 206 (80.86% from 255 or 32.14% from 641); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CE is #103B31. Grayscale: #D2D2D2. Windows color (decimal): -1063730 or 13550831. OLE color: 13550831.

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

Color convert

RGB 239 196 206 -
CMYK 0 0.18 0.14 0.06
HSL 346.05º 0.57% 0.85% -
HSV(B) 346.05º 0.18% 0.94% -
XYZ 66.48 62.29 66.91 -
YUV 210 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 239 196 206 0 0.18 0.14 0.06 346.05 0.57 0.85
Hex EF C4 CE 0 12 E 6 15A 39 55
Octal 357 304 316 0 22 16 6 532 71 125
Binary 11101111 11000100 11001110 0 10010 1110 110 101011010 111001 1010101

Color Harmonies of #EFC4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4CE

Black with #EFC4CE

Text Example


Text Example

White with #EFC4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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