Html Css Color HEX #EFC6CF Pink Lace

📋 copy color: '#EFC6CF'

red 239 ◦ green 198 ◦ blue 207

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

Shades of Pink Lace #EFC6CF

Tints of Pink Lace #EFC6CF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.75%

 BLUE value IS 207 (81.25% from 255) = 32.14%

R = 37.11%
G = 30.75%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFC6CF (or 0xEFC6CF) is known color: Pink Lace. HEX triplet: EF, C6 and CF. RGB value is (239,198,207). Sum of RGB (Red+Green+Blue) = 239+198+207=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 198 (77.73% from 255 or 30.75% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CF is #103930. Grayscale: #D3D3D3. Windows color (decimal): -1063217 or 13616879. OLE color: 13616879.

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

Color convert

RGB 239 198 207 -
CMYK 0 0.17 0.13 0.06
HSL 346.83º 0.56% 0.86% -
HSV(B) 346.83º 0.17% 0.94% -
XYZ 67.05 63.24 67.7 -
YUV 211.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 239 198 207 0 0.17 0.13 0.06 346.83 0.56 0.86
Hex EF C6 CF 0 11 D 6 15B 38 56
Octal 357 306 317 0 21 15 6 533 70 126
Binary 11101111 11000110 11001111 0 10001 1101 110 101011011 111000 1010110

Color Harmonies of #EFC6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6CF

Black with #EFC6CF

Text Example


Text Example

White with #EFC6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6CF; }

 p { color: rgb(239,198,207); }

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

background-color css

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

 a { background-color: rgb(239,198,207); }

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

border-color css

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

 span { border-color: rgb(239,198,207); }

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