Html Css Color HEX #EFC7CD Pink Lace

📋 copy color: '#EFC7CD'

red 239 ◦ green 199 ◦ blue 205

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

Shades of Pink Lace #EFC7CD

Tints of Pink Lace #EFC7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 37.17%
G = 30.95%
B = 31.88%

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

#EFC7CD (or 0xEFC7CD) is known color: Pink Lace. HEX triplet: EF, C7 and CD. RGB value is (239,199,205). Sum of RGB (Red+Green+Blue) = 239+199+205=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CD is #103832. Grayscale: #D3D3D3. Windows color (decimal): -1062963 or 13486063. OLE color: 13486063.

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

Color convert

RGB 239 199 205 -
CMYK 0 0.17 0.14 0.06
HSL 351º 0.56% 0.86% -
HSV(B) 351º 0.17% 0.94% -
XYZ 67.04 63.61 66.5 -
YUV 211.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 239 199 205 0 0.17 0.14 0.06 351 0.56 0.86
Hex EF C7 CD 0 11 E 6 15F 38 56
Octal 357 307 315 0 21 16 6 537 70 126
Binary 11101111 11000111 11001101 0 10001 1110 110 101011111 111000 1010110

Color Harmonies of #EFC7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC7CD

Black with #EFC7CD

Text Example


Text Example

White with #EFC7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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