Html Css Color HEX #EFC3D1 Pink Lace

📋 copy color: '#EFC3D1'

red 239 ◦ green 195 ◦ blue 209

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

Shades of Pink Lace #EFC3D1

Tints of Pink Lace #EFC3D1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.33%

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

R = 37.17%
G = 30.33%
B = 32.5%

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

#EFC3D1 (or 0xEFC3D1) is known color: Pink Lace. HEX triplet: EF, C3 and D1. RGB value is (239,195,209). Sum of RGB (Red+Green+Blue) = 239+195+209=643 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.17% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3D1 is #103C2E. Grayscale: #D1D1D1. Windows color (decimal): -1063983 or 13747183. OLE color: 13747183.

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

Color convert

RGB 239 195 209 -
CMYK 0 0.18 0.13 0.06
HSL 340.91º 0.58% 0.85% -
HSV(B) 340.91º 0.18% 0.94% -
XYZ 66.62 61.98 68.77 -
YUV 209.75 127.58 148.86 -
System Red Green Blue C M Y K H S L
Decimal 239 195 209 0 0.18 0.13 0.06 340.91 0.58 0.85
Hex EF C3 D1 0 12 D 6 155 3A 55
Octal 357 303 321 0 22 15 6 525 72 125
Binary 11101111 11000011 11010001 0 10010 1101 110 101010101 111010 1010101

Color Harmonies of #EFC3D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3D1

Black with #EFC3D1

Text Example


Text Example

White with #EFC3D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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