Html Css Color HEX #EFC6CD Pink Lace

📋 copy color: '#EFC6CD'

red 239 ◦ green 198 ◦ blue 205

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

Shades of Pink Lace #EFC6CD

Tints of Pink Lace #EFC6CD

RGB

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

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

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

R = 37.23%
G = 30.84%
B = 31.93%

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

#EFC6CD (or 0xEFC6CD) is known color: Pink Lace. HEX triplet: EF, C6 and CD. RGB value is (239,198,205). Sum of RGB (Red+Green+Blue) = 239+198+205=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 198 (77.73% from 255 or 30.84% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CD is #103932. Grayscale: #D3D3D3. Windows color (decimal): -1063219 or 13485807. OLE color: 13485807.

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

Color convert

RGB 239 198 205 -
CMYK 0 0.17 0.14 0.06
HSL 349.76º 0.56% 0.86% -
HSV(B) 349.76º 0.17% 0.94% -
XYZ 66.81 63.15 66.42 -
YUV 211.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 239 198 205 0 0.17 0.14 0.06 349.76 0.56 0.86
Hex EF C6 CD 0 11 E 6 15E 38 56
Octal 357 306 315 0 21 16 6 536 70 126
Binary 11101111 11000110 11001101 0 10001 1110 110 101011110 111000 1010110

Color Harmonies of #EFC6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC6CD

Black with #EFC6CD

Text Example


Text Example

White with #EFC6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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