Html Css Color HEX #EFC5CE Pink Lace

📋 copy color: '#EFC5CE'

red 239 ◦ green 197 ◦ blue 206

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

Shades of Pink Lace #EFC5CE

Tints of Pink Lace #EFC5CE

RGB

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

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

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

R = 37.23%
G = 30.69%
B = 32.09%

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

#EFC5CE (or 0xEFC5CE) is known color: Pink Lace. HEX triplet: EF, C5 and CE. RGB value is (239,197,206). Sum of RGB (Red+Green+Blue) = 239+197+206=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CE is #103A31. Grayscale: #D2D2D2. Windows color (decimal): -1063474 or 13551087. OLE color: 13551087.

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

Color convert

RGB 239 197 206 -
CMYK 0 0.18 0.14 0.06
HSL 347.14º 0.57% 0.85% -
HSV(B) 347.14º 0.18% 0.94% -
XYZ 66.7 62.74 66.99 -
YUV 210.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 239 197 206 0 0.18 0.14 0.06 347.14 0.57 0.85
Hex EF C5 CE 0 12 E 6 15B 39 55
Octal 357 305 316 0 22 16 6 533 71 125
Binary 11101111 11000101 11001110 0 10010 1110 110 101011011 111001 1010101

Color Harmonies of #EFC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5CE

Black with #EFC5CE

Text Example


Text Example

White with #EFC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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