Html Css Color HEX #EFCED5 Pink Lace

📋 copy color: '#EFCED5'

red 239 ◦ green 206 ◦ blue 213

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

Shades of Pink Lace #EFCED5

Tints of Pink Lace #EFCED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.37%

R = 36.32%
G = 31.31%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EFCED5 (or 0xEFCED5) is known color: Pink Lace. HEX triplet: EF, CE and D5. RGB value is (239,206,213). Sum of RGB (Red+Green+Blue) = 239+206+213=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 213 (83.59% from 255 or 32.37% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCED5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCED5 is #10312A. Grayscale: #D8D8D8. Windows color (decimal): -1061163 or 14012143. OLE color: 14012143.

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

Color convert

RGB 239 206 213 -
CMYK 0 0.14 0.11 0.06
HSL 347.27º 0.51% 0.87% -
HSV(B) 347.27º 0.14% 0.94% -
XYZ 69.68 67.3 72.27 -
YUV 216.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 239 206 213 0 0.14 0.11 0.06 347.27 0.51 0.87
Hex EF CE D5 0 E B 6 15B 33 57
Octal 357 316 325 0 16 13 6 533 63 127
Binary 11101111 11001110 11010101 0 1110 1011 110 101011011 110011 1010111

Color Harmonies of #EFCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCED5

Black with #EFCED5

Text Example


Text Example

White with #EFCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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