Html Css Color HEX #EFC4D1 Pink Lace

📋 copy color: '#EFC4D1'

red 239 ◦ green 196 ◦ blue 209

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

Shades of Pink Lace #EFC4D1

Tints of Pink Lace #EFC4D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.45%

R = 37.11%
G = 30.43%
B = 32.45%

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

#EFC4D1 (or 0xEFC4D1) is known color: Pink Lace. HEX triplet: EF, C4 and D1. RGB value is (239,196,209). Sum of RGB (Red+Green+Blue) = 239+196+209=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4D1 is #103B2E. Grayscale: #D2D2D2. Windows color (decimal): -1063727 or 13747439. OLE color: 13747439.

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

Color convert

RGB 239 196 209 -
CMYK 0 0.18 0.13 0.06
HSL 341.86º 0.57% 0.85% -
HSV(B) 341.86º 0.18% 0.94% -
XYZ 66.85 62.43 68.85 -
YUV 210.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 239 196 209 0 0.18 0.13 0.06 341.86 0.57 0.85
Hex EF C4 D1 0 12 D 6 156 39 55
Octal 357 304 321 0 22 15 6 526 71 125
Binary 11101111 11000100 11010001 0 10010 1101 110 101010110 111001 1010101

Color Harmonies of #EFC4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4D1

Black with #EFC4D1

Text Example


Text Example

White with #EFC4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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