Html Css Color HEX #EFCDD6 Pink Lace

📋 copy color: '#EFCDD6'

red 239 ◦ green 205 ◦ blue 214

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

Shades of Pink Lace #EFCDD6

Tints of Pink Lace #EFCDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.52%

R = 36.32%
G = 31.16%
B = 32.52%

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

#EFCDD6 (or 0xEFCDD6) is known color: Pink Lace. HEX triplet: EF, CD and D6. RGB value is (239,205,214). Sum of RGB (Red+Green+Blue) = 239+205+214=658 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.32% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDD6 is #103229. Grayscale: #D8D8D8. Windows color (decimal): -1061418 or 14077423. OLE color: 14077423.

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

Color convert

RGB 239 205 214 -
CMYK 0 0.14 0.10 0.06
HSL 344.12º 0.52% 0.87% -
HSV(B) 344.12º 0.14% 0.94% -
XYZ 69.57 66.87 72.86 -
YUV 216.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 239 205 214 0 0.14 0.10 0.06 344.12 0.52 0.87
Hex EF CD D6 0 E A 6 158 34 57
Octal 357 315 326 0 16 12 6 530 64 127
Binary 11101111 11001101 11010110 0 1110 1010 110 101011000 110100 1010111

Color Harmonies of #EFCDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDD6

Black with #EFCDD6

Text Example


Text Example

White with #EFCDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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