Html Css Color HEX #EFCFD9 Pink Lace

📋 copy color: '#EFCFD9'

red 239 ◦ green 207 ◦ blue 217

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

Shades of Pink Lace #EFCFD9

Tints of Pink Lace #EFCFD9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.22%

 BLUE value IS 217 (85.16% from 255) = 32.73%

R = 36.05%
G = 31.22%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFCFD9 (or 0xEFCFD9) is known color: Pink Lace. HEX triplet: EF, CF and D9. RGB value is (239,207,217). Sum of RGB (Red+Green+Blue) = 239+207+217=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCFD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCFD9 is #103026. Grayscale: #D9D9D9. Windows color (decimal): -1060903 or 14274543. OLE color: 14274543.

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

Color convert

RGB 239 207 217 -
CMYK 0 0.13 0.09 0.06
HSL 341.25º 0.5% 0.87% -
HSV(B) 341.25º 0.13% 0.94% -
XYZ 70.43 67.99 75.06 -
YUV 217.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 239 207 217 0 0.13 0.09 0.06 341.25 0.5 0.87
Hex EF CF D9 0 D 9 6 155 32 57
Octal 357 317 331 0 15 11 6 525 62 127
Binary 11101111 11001111 11011001 0 1101 1001 110 101010101 110010 1010111

Color Harmonies of #EFCFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCFD9

Black with #EFCFD9

Text Example


Text Example

White with #EFCFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCFD9; }

 p { color: rgb(239,207,217); }

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

background-color css

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

 a { background-color: rgb(239,207,217); }

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

border-color css

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

 span { border-color: rgb(239,207,217); }

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