Html Css Color HEX #EFCDD7 Pink Lace

📋 copy color: '#EFCDD7'

red 239 ◦ green 205 ◦ blue 215

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

Shades of Pink Lace #EFCDD7

Tints of Pink Lace #EFCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.11%

 BLUE value IS 215 (84.38% from 255) = 32.63%

R = 36.27%
G = 31.11%
B = 32.63%

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

#EFCDD7 (or 0xEFCDD7) is known color: Pink Lace. HEX triplet: EF, CD and D7. RGB value is (239,205,215). Sum of RGB (Red+Green+Blue) = 239+205+215=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD7 is #103228. Grayscale: #D8D8D8. Windows color (decimal): -1061417 or 14142959. OLE color: 14142959.

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

Color convert

RGB 239 205 215 -
CMYK 0 0.14 0.10 0.06
HSL 342.35º 0.52% 0.87% -
HSV(B) 342.35º 0.14% 0.94% -
XYZ 69.69 66.92 73.53 -
YUV 216.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 239 205 215 0 0.14 0.10 0.06 342.35 0.52 0.87
Hex EF CD D7 0 E A 6 156 34 57
Octal 357 315 327 0 16 12 6 526 64 127
Binary 11101111 11001101 11010111 0 1110 1010 110 101010110 110100 1010111

Color Harmonies of #EFCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD7

Black with #EFCDD7

Text Example


Text Example

White with #EFCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD7; }

 p { color: rgb(239,205,215); }

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

background-color css

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

 a { background-color: rgb(239,205,215); }

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

border-color css

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

 span { border-color: rgb(239,205,215); }

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