Html Css Color HEX #EFCDD8 Pink Lace

📋 copy color: '#EFCDD8'

red 239 ◦ green 205 ◦ blue 216

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

Shades of Pink Lace #EFCDD8

Tints of Pink Lace #EFCDD8

RGB

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

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

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

R = 36.21%
G = 31.06%
B = 32.73%

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

#EFCDD8 (or 0xEFCDD8) is known color: Pink Lace. HEX triplet: EF, CD and D8. RGB value is (239,205,216). Sum of RGB (Red+Green+Blue) = 239+205+216=660 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.21% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD8 is #103227. Grayscale: #D8D8D8. Windows color (decimal): -1061416 or 14208495. OLE color: 14208495.

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

Color convert

RGB 239 205 216 -
CMYK 0 0.14 0.10 0.06
HSL 340.59º 0.52% 0.87% -
HSV(B) 340.59º 0.14% 0.94% -
XYZ 69.82 66.97 74.21 -
YUV 216.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 239 205 216 0 0.14 0.10 0.06 340.59 0.52 0.87
Hex EF CD D8 0 E A 6 155 34 57
Octal 357 315 330 0 16 12 6 525 64 127
Binary 11101111 11001101 11011000 0 1110 1010 110 101010101 110100 1010111

Color Harmonies of #EFCDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD8

Black with #EFCDD8

Text Example


Text Example

White with #EFCDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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