Html Css Color HEX #EFCED8 Pink Lace

📋 copy color: '#EFCED8'

red 239 ◦ green 206 ◦ blue 216

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

Shades of Pink Lace #EFCED8

Tints of Pink Lace #EFCED8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.16%

 BLUE value IS 216 (84.77% from 255) = 32.68%

R = 36.16%
G = 31.16%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#EFCED8 (or 0xEFCED8) is known color: Pink Lace. HEX triplet: EF, CE and D8. RGB value is (239,206,216). Sum of RGB (Red+Green+Blue) = 239+206+216=661 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.16% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED8 is #103127. Grayscale: #D9D9D9. Windows color (decimal): -1061160 or 14208751. OLE color: 14208751.

HSL color Cylindrical-coordinate representation of color #EFCED8: hue angle of 341.82º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EFCED8 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 206 216 -
CMYK 0 0.14 0.10 0.06
HSL 341.82º 0.51% 0.87% -
HSV(B) 341.82º 0.14% 0.94% -
XYZ 70.06 67.45 74.29 -
YUV 217.01 127.43 143.69 -
System Red Green Blue C M Y K H S L
Decimal 239 206 216 0 0.14 0.10 0.06 341.82 0.51 0.87
Hex EF CE D8 0 E A 6 156 33 57
Octal 357 316 330 0 16 12 6 526 63 127
Binary 11101111 11001110 11011000 0 1110 1010 110 101010110 110011 1010111

Color Harmonies of #EFCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCED8

Black with #EFCED8

Text Example


Text Example

White with #EFCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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