Html Css Color HEX #EFC4CF Pink Lace

📋 copy color: '#EFC4CF'

red 239 ◦ green 196 ◦ blue 207

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

Shades of Pink Lace #EFC4CF

Tints of Pink Lace #EFC4CF

RGB

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

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

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

R = 37.23%
G = 30.53%
B = 32.24%

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

#EFC4CF (or 0xEFC4CF) is known color: Pink Lace. HEX triplet: EF, C4 and CF. RGB value is (239,196,207). Sum of RGB (Red+Green+Blue) = 239+196+207=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 196 (76.95% from 255 or 30.53% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CF is #103B30. Grayscale: #D2D2D2. Windows color (decimal): -1063729 or 13616367. OLE color: 13616367.

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

Color convert

RGB 239 196 207 -
CMYK 0 0.18 0.13 0.06
HSL 344.65º 0.57% 0.85% -
HSV(B) 344.65º 0.18% 0.94% -
XYZ 66.6 62.34 67.55 -
YUV 210.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 239 196 207 0 0.18 0.13 0.06 344.65 0.57 0.85
Hex EF C4 CF 0 12 D 6 159 39 55
Octal 357 304 317 0 22 15 6 531 71 125
Binary 11101111 11000100 11001111 0 10010 1101 110 101011001 111001 1010101

Color Harmonies of #EFC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4CF

Black with #EFC4CF

Text Example


Text Example

White with #EFC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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