Html Css Color HEX #EFC5CF Pink Lace

📋 copy color: '#EFC5CF'

red 239 ◦ green 197 ◦ blue 207

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

Shades of Pink Lace #EFC5CF

Tints of Pink Lace #EFC5CF

RGB

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

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

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

R = 37.17%
G = 30.64%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFC5CF (or 0xEFC5CF) is known color: Pink Lace. HEX triplet: EF, C5 and CF. RGB value is (239,197,207). Sum of RGB (Red+Green+Blue) = 239+197+207=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CF is #103A30. Grayscale: #D2D2D2. Windows color (decimal): -1063473 or 13616623. OLE color: 13616623.

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

Color convert

RGB 239 197 207 -
CMYK 0 0.18 0.13 0.06
HSL 345.71º 0.57% 0.85% -
HSV(B) 345.71º 0.18% 0.94% -
XYZ 66.83 62.79 67.63 -
YUV 210.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 239 197 207 0 0.18 0.13 0.06 345.71 0.57 0.85
Hex EF C5 CF 0 12 D 6 15A 39 55
Octal 357 305 317 0 22 15 6 532 71 125
Binary 11101111 11000101 11001111 0 10010 1101 110 101011010 111001 1010101

Color Harmonies of #EFC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5CF

Black with #EFC5CF

Text Example


Text Example

White with #EFC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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