Html Css Color HEX #EFC5D3 Pink Lace

📋 copy color: '#EFC5D3'

red 239 ◦ green 197 ◦ blue 211

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

Shades of Pink Lace #EFC5D3

Tints of Pink Lace #EFC5D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.61%

R = 36.94%
G = 30.45%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFC5D3 (or 0xEFC5D3) is known color: Pink Lace. HEX triplet: EF, C5 and D3. RGB value is (239,197,211). Sum of RGB (Red+Green+Blue) = 239+197+211=647 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.94% from 647); Green value is 197 (77.34% from 255 or 30.45% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5D3 is #103A2C. Grayscale: #D3D3D3. Windows color (decimal): -1063469 or 13878767. OLE color: 13878767.

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

Color convert

RGB 239 197 211 -
CMYK 0 0.18 0.12 0.06
HSL 340º 0.57% 0.85% -
HSV(B) 340º 0.18% 0.94% -
XYZ 67.32 62.99 70.24 -
YUV 211.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 239 197 211 0 0.18 0.12 0.06 340 0.57 0.85
Hex EF C5 D3 0 12 C 6 154 39 55
Octal 357 305 323 0 22 14 6 524 71 125
Binary 11101111 11000101 11010011 0 10010 1100 110 101010100 111001 1010101

Color Harmonies of #EFC5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC5D3

Black with #EFC5D3

Text Example


Text Example

White with #EFC5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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